From 0ea4069b98194e761d42df5e2bd402160308feab Mon Sep 17 00:00:00 2001 From: Kinzcool Date: Sun, 9 Nov 2014 13:23:48 -0500 Subject: SQL: Updated the base build with changes in 2d74ee9141828721 --- sql/updates/auth/2014_11_09_00_auth.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') diff --git a/sql/updates/auth/2014_11_09_00_auth.sql b/sql/updates/auth/2014_11_09_00_auth.sql index 3d12eaa6f97..8cbe649b440 100644 --- a/sql/updates/auth/2014_11_09_00_auth.sql +++ b/sql/updates/auth/2014_11_09_00_auth.sql @@ -1,2 +1,2 @@ UPDATE `realmlist` SET `gamebuild`=19057; -ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT(10) UNSIGNED DEFAULT '19057'; +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT(10) UNSIGNED NOT NULL DEFAULT '19057'; -- cgit v1.2.3