aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-04-22 19:33:15 +0200
committerShauren <shauren.trinity@gmail.com>2017-04-22 19:33:15 +0200
commitf7b0f4c9c6c34ca43190e24229b4354d7a02f012 (patch)
treea4fe584902c6fbcdfa109fb80b3b938baf0f0610 /sql/updates
parent457f58b1a20205d2256921a90a5652b30204e079 (diff)
Core: Change allowed build to 7.2.0.23937
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2017_04_22_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2017_04_22_00_auth.sql b/sql/updates/auth/master/2017_04_22_00_auth.sql
new file mode 100644
index 00000000000..ef99165e22c
--- /dev/null
+++ b/sql/updates/auth/master/2017_04_22_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=23937 WHERE `gamebuild`=23911;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '23937';