natanal99
New Member
- Joined
- May 31, 2011
- Messages
- 67
- Reaction score
- 3
I want all player from account id x to gain storage id y value 1
can anyone help me?
something like:
db.executeQuery ("UPDATE `player_storage` SET `33002` = '1' WHERE `account_id` = '1' ;")
but "account_id" isn't a "player_storage" field and i don't know how to do it so '----------'
can anyone help me?
something like:
db.executeQuery ("UPDATE `player_storage` SET `33002` = '1' WHERE `account_id` = '1' ;")
but "account_id" isn't a "player_storage" field and i don't know how to do it so '----------'