bandit_stronghold_attackers.sql 262 B

123456
  1. CREATE TABLE IF NOT EXISTS `bandit_stronghold_attackers` (
  2. `flag` int(10) UNSIGNED NOT NULL DEFAULT '0',
  3. `npc` int(10) UNSIGNED NOT NULL DEFAULT '0',
  4. `clan_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  5. PRIMARY KEY (`flag`)
  6. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;