aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2014-11-09 13:23:48 -0500
committerKinzcool <kinzzcool@hotmail.com>2014-11-09 13:23:48 -0500
commit0ea4069b98194e761d42df5e2bd402160308feab (patch)
treec4bdb94e01cddf66ed0c140e979c63e187037fbf /sql/updates
parent2d74ee91418287210fbe2c493b90678e9d6d04d4 (diff)
SQL: Updated the base build with changes in 2d74ee9141828721
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/2014_11_09_00_auth.sql2
1 files changed, 1 insertions, 1 deletions
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';