aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-04-06 18:03:08 +0200
committerShauren <shauren.trinity@gmail.com>2018-04-06 18:03:08 +0200
commit72a9a8a29c4e7af6ece82ebd7b0330403ee38e57 (patch)
tree2a93d6ff5299a4a0eeec262a5521dd1afcae36c5 /sql/updates/auth
parent32563ef25bde27a93a99d5ced58ff206cf600d0d (diff)
Core: Updated allowed build to 7.3.5.26365
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2018_04_06_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2018_04_06_00_auth.sql b/sql/updates/auth/master/2018_04_06_00_auth.sql
new file mode 100644
index 00000000000..8edc1a3f13e
--- /dev/null
+++ b/sql/updates/auth/master/2018_04_06_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=26365 WHERE `gamebuild`=26124;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '26365';