From 2cc165b378bcdf42dbfe47565b7dcb1b9f5df6c4 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 9 Jul 2018 00:50:32 +0000 Subject: [PATCH] more make travis happy --- sql/base/dev/world_database.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index 8adc434e896..fe80f2323f2 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -278,6 +278,7 @@ CREATE TABLE `creature` ( `zoneId` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Zone Identifier', `areaId` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Area Identifier', `spawnMask` tinyint(3) unsigned NOT NULL DEFAULT '1', + `phaseUseFlags` tinyint(3) unsigned NOT NULL DEFAULT '0', `phaseMask` int(10) unsigned NOT NULL DEFAULT '1', `PhaseId` int(10) DEFAULT '0', `PhaseGroup` int(10) DEFAULT '0', @@ -1083,6 +1084,7 @@ CREATE TABLE `gameobject` ( `zoneId` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Zone Identifier', `areaId` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Area Identifier', `spawnMask` tinyint(3) unsigned NOT NULL DEFAULT '1', + `phaseUseFlags` tinyint(3) unsigned NOT NULL DEFAULT '0', `phaseMask` int(10) unsigned NOT NULL DEFAULT '1', `PhaseId` int(10) DEFAULT '0', `PhaseGroup` int(10) DEFAULT '0', @@ -3675,6 +3677,7 @@ CREATE TABLE `transports` ( `guid` int(10) unsigned NOT NULL AUTO_INCREMENT, `entry` mediumint(8) unsigned NOT NULL DEFAULT '0', `name` text, + `phaseUseFlags` tinyint(3) unsigned NOT NULL DEFAULT '0', `phaseid` int(10) NOT NULL DEFAULT '0', `phasegroup` int(10) NOT NULL DEFAULT '0', `ScriptName` char(64) NOT NULL DEFAULT '',