arheon
Own3d PlAx.'?
- Joined
- Aug 31, 2009
- Messages
- 92
- Reaction score
- 3
I want to change a crystal coin for platinum for all players but i don't know what should i type in pma.
I tried on my own but im fail in mysql xD.
i tried something like that but it showed error like that :
rep + for help
I tried on my own but im fail in mysql xD.
PHP:
UPDATE player_items WHERE itemtype = '2160' SET itemtype = '2152'
PHP:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE itemtype ='2160' SET itemtype ='2152'' at line 1
rep + for help