I have a Trickster online private server now I want to give everybody a weapon.
I know how to do that but I want weapon by lvl 10 (and give only 1 time)
My query was for so far this:
The error:Code:SELECT char_status WHERE level=('10')
UPDATE char_equip
SET weapon=('3000'),WHERE weapon=('0')
Code:Server: Msg 156, Level 15, State 1, Line 3
Incorrect syntax near the keyword 'WHERE'.
