aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2019-07-26 18:25:25 +0200
committerShauren <shauren.trinity@gmail.com>2019-07-26 18:25:25 +0200
commit71cbb0ae1c66970a792fffee30434d0256002969 (patch)
treef8d113b57abe39f814eef4f73b7414a2efa3aeb1 /sql/updates/auth/master
parentc04899c1b9955bb0d348ec64d5175214f7f7c6d3 (diff)
Core: Updated allowed build to 8.2.0.31229
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2019_07_26_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2019_07_26_00_auth.sql b/sql/updates/auth/master/2019_07_26_00_auth.sql
new file mode 100644
index 00000000000..2b4660a7e4c
--- /dev/null
+++ b/sql/updates/auth/master/2019_07_26_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=31229 WHERE `gamebuild`=30993;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '31229';