mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
DB/Misc: Fix travis
This commit is contained in:
@@ -3609,11 +3609,11 @@ DROP TABLE IF EXISTS `spell_target_position`;
|
||||
CREATE TABLE `spell_target_position` (
|
||||
`id` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Identifier',
|
||||
`EffectIndex` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`target_map` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`target_position_x` float NOT NULL DEFAULT '0',
|
||||
`target_position_y` float NOT NULL DEFAULT '0',
|
||||
`target_position_z` float NOT NULL DEFAULT '0',
|
||||
`target_orientation` float NOT NULL DEFAULT '0',
|
||||
`MapID` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`PositionX` float NOT NULL DEFAULT '0',
|
||||
`PositionY` float NOT NULL DEFAULT '0',
|
||||
`PositionZ` float NOT NULL DEFAULT '0',
|
||||
`Orientation` float NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(5) DEFAULT '0',
|
||||
PRIMARY KEY (`id`,`EffectIndex`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Spell System';
|
||||
|
||||
Reference in New Issue
Block a user