make travis happy

This commit is contained in:
Aokromes
2017-01-08 07:33:25 +01:00
parent 41c27974ac
commit 9ed19ea73f

View File

@@ -622,6 +622,9 @@ CREATE TABLE `creature_template_addon` (
`bytes1` int(10) unsigned NOT NULL DEFAULT '0',
`bytes2` int(10) unsigned NOT NULL DEFAULT '0',
`emote` mediumint(8) unsigned NOT NULL DEFAULT '0',
`aiAnimKit` smallint(6) NOT NULL DEFAULT '0',
`movementAnimKit` smallint(6) NOT NULL DEFAULT '0',
`meleeAnimKit` smallint(6) NOT NULL DEFAULT '0',
`auras` text,
PRIMARY KEY (`entry`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;