From 72a9a8a29c4e7af6ece82ebd7b0330403ee38e57 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 6 Apr 2018 18:03:08 +0200 Subject: Core: Updated allowed build to 7.3.5.26365 --- sql/updates/auth/master/2018_04_06_00_auth.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/auth/master/2018_04_06_00_auth.sql (limited to 'sql/updates/auth') diff --git a/sql/updates/auth/master/2018_04_06_00_auth.sql b/sql/updates/auth/master/2018_04_06_00_auth.sql new file mode 100644 index 00000000000..8edc1a3f13e --- /dev/null +++ b/sql/updates/auth/master/2018_04_06_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=26365 WHERE `gamebuild`=26124; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '26365'; -- cgit v1.2.3