I need some kind of SQL code that sends and item to all character's storage.
I need some kind of SQL code that sends and item to all character's storage.
How about using Emisand's panel to do that? It has the option. You can get the query from there as well.
This from Emisand CP
Edit 99999 to your ItemIDCode:INSERT INTO AccountItem (AID, ItemID, RentDate, cnt)(SELECT ac.AID, 99999, GETDATE(), 1 FROM Account ac)
I mean all accounts at once not one account
alfredao's post should work to give every account that item.