aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorvincent-michael <vincent_michael@gmx.de>2017-04-28 09:14:38 +0200
committervincent-michael <vincent_michael@gmx.de>2017-04-28 09:15:16 +0200
commit3b6d04badbdc8f19a9d88f2474cbebdec072fd1c (patch)
treee30cac88b7180c6e4ff80e92b08fdf6eeccda1dd /sql/updates
parent037ffdf60911f369b8472bccfe6a90da9b43d0a5 (diff)
Core: Updated allowed build to 7.2.0.24015
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2017_04_27_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2017_04_27_00_auth.sql b/sql/updates/auth/master/2017_04_27_00_auth.sql
new file mode 100644
index 00000000000..583a282abdf
--- /dev/null
+++ b/sql/updates/auth/master/2017_04_27_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=24015 WHERE `gamebuild`=23937;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '24015';