more make travis happy

This commit is contained in:
Aokromes
2018-07-09 00:50:32 +00:00
parent 79c3eb605e
commit 2cc165b378

View File

@@ -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 '',