From 71cbb0ae1c66970a792fffee30434d0256002969 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 26 Jul 2019 18:25:25 +0200 Subject: Core: Updated allowed build to 8.2.0.31229 --- sql/updates/auth/master/2019_07_26_00_auth.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/auth/master/2019_07_26_00_auth.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/master/2019_07_26_00_auth.sql b/sql/updates/auth/master/2019_07_26_00_auth.sql new file mode 100644 index 00000000000..2b4660a7e4c --- /dev/null +++ b/sql/updates/auth/master/2019_07_26_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=31229 WHERE `gamebuild`=30993; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '31229'; -- cgit v1.2.3