aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2016-08-27 09:06:10 +0200
committerVincent-Michael <vincent_michael@gmx.de>2016-08-27 09:07:13 +0200
commit41513c39effe6101bccbd3a910691d185807735b (patch)
treeec5b80982cad92dafd4111b05b5be9116456e831 /sql/updates/auth
parent42a678c09fffc51e6867681e5cc5be5b8a740a84 (diff)
Core/Misc: Updated to 7.0.3.22522
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/6.x/2016_08_27_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/6.x/2016_08_27_00_auth.sql b/sql/updates/auth/6.x/2016_08_27_00_auth.sql
new file mode 100644
index 00000000000..0f009864244
--- /dev/null
+++ b/sql/updates/auth/6.x/2016_08_27_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=22522 WHERE `gamebuild`=22498;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22522';