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

5 lines
207 B
SQL

CREATE TABLE IF NOT EXISTS `fortsiege_clans` (
`fort_id` int(1) NOT NULL DEFAULT '0',
`clan_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`clan_id`,`fort_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;