aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2019-12-04 00:06:22 +0100
committerShauren <shauren.trinity@gmail.com>2019-12-04 00:06:22 +0100
commit65b91375e0a3b01eaacab77f973429b544c63a61 (patch)
treeaf81448e27642e0b1327f1429cf1e5fa158995b3 /sql/updates
parentd02f3ca7cab196eb2b2b14410582aff009b04817 (diff)
Core: Updated allowed build to 8.2.5.32722
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2019_12_04_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2019_12_04_00_auth.sql b/sql/updates/auth/master/2019_12_04_00_auth.sql
new file mode 100644
index 00000000000..059de16d7ff
--- /dev/null
+++ b/sql/updates/auth/master/2019_12_04_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=32722 WHERE `gamebuild`=32638;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32722';