aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2019-08-11 12:19:56 +0200
committerShauren <shauren.trinity@gmail.com>2019-08-11 12:19:56 +0200
commitf884e5a85689e2b3ed6f04b6fa030437f20d3f5c (patch)
treee83e591af70e6207cdfd9015e6d9eb69fb1458cb /sql/updates/auth
parentc22b2f0c7b74f617f2443cf441bdd0893c45766b (diff)
Core: Updated allowed build to 8.2.0.31429
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2019_08_11_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2019_08_11_00_auth.sql b/sql/updates/auth/master/2019_08_11_00_auth.sql
new file mode 100644
index 00000000000..934c62f5500
--- /dev/null
+++ b/sql/updates/auth/master/2019_08_11_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=31429 WHERE `gamebuild`=31229;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '31429';