This commit is contained in:
9
trunk/dist/sql/game/siegable_hall_flagwar_attackers.sql
vendored
Normal file
9
trunk/dist/sql/game/siegable_hall_flagwar_attackers.sql
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE IF NOT EXISTS `siegable_hall_flagwar_attackers` (
|
||||
`hall_id` tinyint(2) unsigned NOT NULL DEFAULT '0',
|
||||
`flag` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`npc` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`clan_id` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`flag`),
|
||||
KEY `hall_id` (`hall_id`),
|
||||
KEY `clan_id` (`clan_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user