mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Misc: More Travis
This commit is contained in:
@@ -593,12 +593,6 @@ CREATE TABLE `creature_template` (
|
||||
`DamageModifier` float NOT NULL DEFAULT '1',
|
||||
`ExperienceModifier` float NOT NULL DEFAULT '1',
|
||||
`RacialLeader` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`questItem1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`questItem2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`questItem3` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`questItem4` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`questItem5` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`questItem6` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`movementId` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`RegenHealth` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
||||
`mechanic_immune_mask` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
@@ -1178,12 +1172,6 @@ CREATE TABLE `gameobject_template` (
|
||||
`faction` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`flags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`size` float NOT NULL DEFAULT '1',
|
||||
`questItem1` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`questItem2` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`questItem3` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`questItem4` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`questItem5` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`questItem6` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`data0` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`data1` int(11) NOT NULL DEFAULT '-1',
|
||||
`data2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user