From 3b6d04badbdc8f19a9d88f2474cbebdec072fd1c Mon Sep 17 00:00:00 2001 From: vincent-michael Date: Fri, 28 Apr 2017 09:14:38 +0200 Subject: Core: Updated allowed build to 7.2.0.24015 --- sql/updates/auth/master/2017_04_27_00_auth.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/auth/master/2017_04_27_00_auth.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/master/2017_04_27_00_auth.sql b/sql/updates/auth/master/2017_04_27_00_auth.sql new file mode 100644 index 00000000000..583a282abdf --- /dev/null +++ b/sql/updates/auth/master/2017_04_27_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=24015 WHERE `gamebuild`=23937; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '24015'; -- cgit v1.2.3