l2j_mobius/trunk/dist/tools/sql/game/clanhall_siege_attackers.sql

4 lines
186 B
SQL

CREATE TABLE IF NOT EXISTS `clanhall_siege_attackers` (
`clanhall_id` int(3) NOT NULL DEFAULT '0',
`attacker_id` int(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;