aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2019-11-20 12:35:11 +0100
committerShauren <shauren.trinity@gmail.com>2019-11-20 12:35:11 +0100
commitdd39f2c1a720083a65ce95b9071c8480baa4e1dd (patch)
tree62de1fbeebc60a55de150447d1c417e5ec72d33a /sql/updates/auth
parentef3485e6fcb669ae3dc3195da5593afcb3091b2a (diff)
Core: Updated allowed build to 8.2.5.32580
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2019_11_20_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2019_11_20_00_auth.sql b/sql/updates/auth/master/2019_11_20_00_auth.sql
new file mode 100644
index 00000000000..0540eb2a014
--- /dev/null
+++ b/sql/updates/auth/master/2019_11_20_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=32580 WHERE `gamebuild`=32494;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32580';