From f2277dd6de7ea29fa47e226ca2084e1eaeb2559b Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 4 Dec 2016 00:50:30 +0100 Subject: Core: Change allowed build to 7.1.0.23171 --- sql/updates/auth/master/2016_12_04_00_auth.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/auth/master/2016_12_04_00_auth.sql (limited to 'sql/updates/auth/master') diff --git a/sql/updates/auth/master/2016_12_04_00_auth.sql b/sql/updates/auth/master/2016_12_04_00_auth.sql new file mode 100644 index 00000000000..2d697e7f293 --- /dev/null +++ b/sql/updates/auth/master/2016_12_04_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=23171 WHERE `gamebuild`=22996; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '23171'; -- cgit v1.2.3