Files
l2j_mobius/trunk/dist/sql/game/siegable_hall_flagwar_attackers.sql
mobius a6a3718849
2015-01-01 20:02:50 +00:00

9 lines
389 B
SQL

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;