SQL: Updated the base build with changes in 2d74ee9141

This commit is contained in:
Kinzcool
2014-11-09 13:23:48 -05:00
parent 2d74ee9141
commit 0ea4069b98
2 changed files with 2 additions and 2 deletions

View File

@@ -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`),