Nightimarez
New Member
- Joined
- Jul 24, 2008
- Messages
- 287
- Reaction score
- 2
I need a query for mysql that updates the player vocation.
If groupid 2, then set vocation to 2.
It's probably something like this but I can't get it right.
i still can't get it right..
If groupid 2, then set vocation to 2.
It's probably something like this but I can't get it right.
UPDATE players WHERE group_id=1,SET vocation=1;
i still can't get it right..
Last edited by a moderator: