Added sql files, no longer need to get them from Trinity Core.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE `game_event_battleground_holiday` (
|
||||
`event` int(10) unsigned NOT NULL,
|
||||
`bgflag` int(10) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`event`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user