Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.8 / 4627_game_event_model_equip.sql
blob53ceda5495dd7c7ee05021a25b9e509f0100f50a
1 DROP TABLE IF EXISTS `game_event_model_equip`;
2 CREATE TABLE `game_event_model_equip` (
3   `guid` int(11) unsigned NOT NULL DEFAULT '0',
4   `modelid` int(11) unsigned NOT NULL DEFAULT '0',
5   `equipment_id` int(11) unsigned NOT NULL DEFAULT '0',
6   `event` mediumint(9) unsigned NOT NULL DEFAULT '0',
7   PRIMARY KEY (`guid`)
8 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;