aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-12-04 00:50:30 +0100
committerShauren <shauren.trinity@gmail.com>2016-12-04 00:50:30 +0100
commitf2277dd6de7ea29fa47e226ca2084e1eaeb2559b (patch)
treecdd73c3b5c50eb2689a7cc276400def569350635 /sql/updates/auth/master
parent79b984832ff6a30865755c0f202e08dd334d7dbc (diff)
Core: Change allowed build to 7.1.0.23171
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2016_12_04_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2016_12_04_00_auth.sql b/sql/updates/auth/master/2016_12_04_00_auth.sql
new file mode 100644
index 00000000000..2d697e7f293
--- /dev/null
+++ b/sql/updates/auth/master/2016_12_04_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=23171 WHERE `gamebuild`=22996;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '23171';