aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorvincent-michael <vincent_michael@gmx.de>2017-06-25 00:56:58 +0200
committervincent-michael <vincent_michael@gmx.de>2017-06-25 00:56:58 +0200
commitff46a8fe626d53da3043b81a21fe73e005c1d82a (patch)
treebc9126d94bd5cf9240dbbb4bb3282a649428a20e /sql/updates/auth/master
parent0f7b263eac1ab42286b5c548d0e89a1df4b03d52 (diff)
Core: Updated allowed build to 7.2.5.24415
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2017_06_25_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2017_06_25_00_auth.sql b/sql/updates/auth/master/2017_06_25_00_auth.sql
new file mode 100644
index 00000000000..8df778b89a4
--- /dev/null
+++ b/sql/updates/auth/master/2017_06_25_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=24415 WHERE `gamebuild`=24367;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '24415';