Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.9 / 4704_mangos_battlemaster_entry.sql
blob93d7d4bdab4928628ec6e09f8fb8cff9eef9b58d
1 --
2 -- Definition of table `battlemaster_entry`
3 --
5 DROP TABLE IF EXISTS `battlemaster_entry`;
6 CREATE TABLE `battlemaster_entry` (
7   `entry` int(11) unsigned NOT NULL default '0' COMMENT 'Entry of a creature',
8   `bg_template` int(11) unsigned NOT NULL default '0' COMMENT 'Battleground template id',
10   PRIMARY KEY  (`entry`)
11 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;