aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-12-30 00:29:32 +0100
committerShauren <shauren.trinity@gmail.com>2017-12-30 00:29:32 +0100
commit69a4ad408fc4b5b19037aa790ec6c0dc1f809461 (patch)
tree8f3c584c3e40131772bd48418caf753a2ceb22e4 /sql/updates
parent76a90df12fa17a8deb4e6d83761f92e5cdb922b6 (diff)
Core: Updated allowed build to 7.3.2.25549
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2017_12_30_00_auth.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2017_12_30_00_auth.sql b/sql/updates/auth/master/2017_12_30_00_auth.sql
new file mode 100644
index 00000000000..5939777034f
--- /dev/null
+++ b/sql/updates/auth/master/2017_12_30_00_auth.sql
@@ -0,0 +1,5 @@
+ALTER TABLE `account` CHANGE `sessionkey` `sessionkey` varchar(128) NOT NULL DEFAULT '';
+
+UPDATE `realmlist` SET `gamebuild`=25549 WHERE `gamebuild`=24742;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '25549';