aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-02-28 23:18:41 +0100
committerShauren <shauren.trinity@gmail.com>2018-02-28 23:18:41 +0100
commit31f6ba5a92b0f88f328e0e6adcf33bd4820599c2 (patch)
treec78eacfef0e897a285561f24213bfa531a6d48a8 /sql/updates/auth/master
parent9c417089e32e61c01b3b2b3da91e8cf262309b97 (diff)
Core: Updated allowed build to 7.3.5.26124
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2018_02_28_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2018_02_28_00_auth.sql b/sql/updates/auth/master/2018_02_28_00_auth.sql
new file mode 100644
index 00000000000..4b60b7f6868
--- /dev/null
+++ b/sql/updates/auth/master/2018_02_28_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=26124 WHERE `gamebuild`=25996;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '26124';