aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2019-11-23 12:28:18 +0100
committerShauren <shauren.trinity@gmail.com>2019-11-23 12:28:18 +0100
commit387705a8fceb3072581872680201a7642dec93d8 (patch)
treedbb7ff6e8e9689e49f5676f59d714e3d85887537 /sql/updates/auth
parent0a2d9ad2f7673e2b7ee62b7cc6f1a19639d37864 (diff)
Core: Updated allowed build to 8.2.5.32638
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2019_11_23_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2019_11_23_00_auth.sql b/sql/updates/auth/master/2019_11_23_00_auth.sql
new file mode 100644
index 00000000000..4df0a0e234b
--- /dev/null
+++ b/sql/updates/auth/master/2019_11_23_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=32638 WHERE `gamebuild`=32580;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32638';