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/base/auth_database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/base/auth_database.sql') 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`), -- cgit v1.2.3