From eb57aee67de640e6086b734f5f64fd4be9e9136a Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 8 Jun 2022 11:05:15 +0200 Subject: Core: Updated allowed build to 9.2.5.44061 --- sql/updates/auth/master/2022_06_08_00_auth.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/auth/master/2022_06_08_00_auth.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/master/2022_06_08_00_auth.sql b/sql/updates/auth/master/2022_06_08_00_auth.sql new file mode 100644 index 00000000000..9b73d477963 --- /dev/null +++ b/sql/updates/auth/master/2022_06_08_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=44061 WHERE `gamebuild`=44015; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '44061'; -- cgit v1.2.3