l2j_mobius/trunk/dist/tools/sql/server/clanhall_siege_attackers.sql
2015-01-01 23:19:30 +00:00

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;