<vocation [COLOR="red"]id="knight"[/COLOR]/> -- or other name inside knight
[B]If you have it change to[/B]
<vocation [COLOR="red"]name="knight"[/COLOR]/> -- or other name inside knight
<vocation [COLOR="red"]name="6"[/COLOR]/> -- or other id inside 6
[B]If you have it change to [/B]
<vocation [COLOR="red"]id="6"[/COLOR]/> -- or other id inside 6
UPDATE players SET promotion = 1 WHERE promotion = 2;