summaryrefslogtreecommitdiff
path: root/sql-files
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files')
-rw-r--r--sql-files/upgrade_svn5902.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql-files/upgrade_svn5902.sql b/sql-files/upgrade_svn5902.sql
index f9783ef00..174f512c5 100644
--- a/sql-files/upgrade_svn5902.sql
+++ b/sql-files/upgrade_svn5902.sql
@@ -1,12 +1,12 @@
update `char` set `class`='7' where `class`='13';
-update `char` set `class`='21' where `class`='14';
+update `char` set `class`='14' where `class`='21';
update `char` set `class`='4008' where `class`='4014';
update `char` set `class`='4015' where `class`='4022';
update `char` set `class`='4030' where `class`='4036';
update `char` set `class`='4037' where `class`='4044';
update `char` set `class`='4047' where `class`='4048';
update `guild_member` set `class`='7' where `class`='13';
-update `guild_member` set `class`='21' where `class`='14';
+update `guild_member` set `class`='14' where `class`='21';
update `guild_member` set `class`='4008' where `class`='4014';
update `guild_member` set `class`='4015' where `class`='4022';
update `guild_member` set `class`='4030' where `class`='4036';