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 /sql/base | |
| parent | 2d74ee91418287210fbe2c493b90678e9d6d04d4 (diff) | |
SQL: Updated the base build with changes in 2d74ee9141828721
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/auth_database.sql | 2 |
1 files changed, 1 insertions, 1 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`), |
