From 69a4ad408fc4b5b19037aa790ec6c0dc1f809461 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 30 Dec 2017 00:29:32 +0100 Subject: Core: Updated allowed build to 7.3.2.25549 --- sql/updates/auth/master/2017_12_30_00_auth.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/auth/master/2017_12_30_00_auth.sql (limited to 'sql/updates') 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'; -- cgit v1.2.3