make travis happy

This commit is contained in:
Aokromes
2018-07-09 00:41:59 +00:00
parent 2305c99620
commit 79c3eb605e

View File

@@ -281,6 +281,7 @@ CREATE TABLE `creature` (
`phaseMask` int(10) unsigned NOT NULL DEFAULT '1',
`PhaseId` int(10) DEFAULT '0',
`PhaseGroup` int(10) DEFAULT '0',
`terrainSwapMap` int(11) NOT NULL DEFAULT '-1',
`modelid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`equipment_id` tinyint(3) NOT NULL DEFAULT '0',
`position_x` float NOT NULL DEFAULT '0',
@@ -1085,6 +1086,7 @@ CREATE TABLE `gameobject` (
`phaseMask` int(10) unsigned NOT NULL DEFAULT '1',
`PhaseId` int(10) DEFAULT '0',
`PhaseGroup` int(10) DEFAULT '0',
`terrainSwapMap` int(11) NOT NULL DEFAULT '-1',
`position_x` float NOT NULL DEFAULT '0',
`position_y` float NOT NULL DEFAULT '0',
`position_z` float NOT NULL DEFAULT '0',