From 3535955e8f2b2fc45fc25f878b34543a0d5111d4 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 9 Dec 2018 14:50:36 +0100 Subject: Core: Updated allowed build to 8.0.1.28153 --- sql/updates/auth/master/2018_12_09_01_auth.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/auth/master/2018_12_09_01_auth.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/master/2018_12_09_01_auth.sql b/sql/updates/auth/master/2018_12_09_01_auth.sql new file mode 100644 index 00000000000..ba23941d720 --- /dev/null +++ b/sql/updates/auth/master/2018_12_09_01_auth.sql @@ -0,0 +1,7 @@ +UPDATE `account` SET `expansion`=7 WHERE `expansion`=6; + +ALTER TABLE `account` CHANGE `expansion` `expansion` tinyint(3) unsigned NOT NULL DEFAULT '7'; + +UPDATE `realmlist` SET `gamebuild`=28153 WHERE `gamebuild`=26972; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '28153'; -- cgit v1.2.3