From 2d74ee91418287210fbe2c493b90678e9d6d04d4 Mon Sep 17 00:00:00 2001 From: Kinzcool Date: Sun, 9 Nov 2014 13:20:05 -0500 Subject: DB/Realmlist: Updated the required build to the actual base build --- sql/updates/auth/2014_11_09_00_auth.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/auth/2014_11_09_00_auth.sql (limited to 'sql') diff --git a/sql/updates/auth/2014_11_09_00_auth.sql b/sql/updates/auth/2014_11_09_00_auth.sql new file mode 100644 index 00000000000..3d12eaa6f97 --- /dev/null +++ b/sql/updates/auth/2014_11_09_00_auth.sql @@ -0,0 +1,2 @@ +UPDATE `realmlist` SET `gamebuild`=19057; +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT(10) UNSIGNED DEFAULT '19057'; -- cgit v1.2.3