diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2014-11-09 13:23:48 -0500 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2014-11-09 13:23:48 -0500 |
commit | 0ea4069b98194e761d42df5e2bd402160308feab (patch) | |
tree | c4bdb94e01cddf66ed0c140e979c63e187037fbf | |
parent | 2d74ee91418287210fbe2c493b90678e9d6d04d4 (diff) |
SQL: Updated the base build with changes in 2d74ee9141828721
-rw-r--r-- | sql/base/auth_database.sql | 2 | ||||
-rw-r--r-- | sql/updates/auth/2014_11_09_00_auth.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index caeba7ec348..5cb84ed8892 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -617,7 +617,7 @@ CREATE TABLE `realmlist` ( `timezone` tinyint(3) unsigned NOT NULL DEFAULT '0', `allowedSecurityLevel` tinyint(3) unsigned NOT NULL DEFAULT '0', `population` float unsigned NOT NULL DEFAULT '0', - `gamebuild` int(10) unsigned NOT NULL DEFAULT '15595', + `gamebuild` int(10) unsigned NOT NULL DEFAULT '19057', `Region` tinyint(3) unsigned NOT NULL DEFAULT '2', `Battlegroup` tinyint(3) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), 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'; |