源战役
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
320 B

  1. -- liushl
  2. -- BOSS关注
  3. CREATE TABLE `local_boss_focus` (
  4. `role_id` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '玩家ID',
  5. `boss_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'BOSS',
  6. PRIMARY KEY (`role_id`, `boss_id`)
  7. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='本服BOSS-关注信息##合服保留';