源战役
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

7 lignes
320 B

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