mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
more make travis happy
This commit is contained in:
@@ -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 '',
|
||||
|
||||
Reference in New Issue
Block a user