From 387705a8fceb3072581872680201a7642dec93d8 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 23 Nov 2019 12:28:18 +0100 Subject: Core: Updated allowed build to 8.2.5.32638 --- sql/updates/auth/master/2019_11_23_00_auth.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/auth/master/2019_11_23_00_auth.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/master/2019_11_23_00_auth.sql b/sql/updates/auth/master/2019_11_23_00_auth.sql new file mode 100644 index 00000000000..4df0a0e234b --- /dev/null +++ b/sql/updates/auth/master/2019_11_23_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=32638 WHERE `gamebuild`=32580; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32638'; -- cgit v1.2.3