源战役
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
449 B

-- hh
ALTER TABLE `role_exp_dun_drop`
DROP COLUMN `fast_hook_time`;
CREATE TABLE `role_fast_exp`(
`role_id` bigint(20) UNSIGNED NOT NULL COMMENT '人物id',
`fast_hook_time` int(11) UNSIGNED NOT NULL COMMENT '快速挂机时间',
PRIMARY KEY(`role_id`)
)ENGINE=InnoDB CHARSET=utf8 COMMENT="经验副本快速挂机数据";
ALTER TABLE `player_devour`
ADD COLUMN `is_auto` int(11) NOT NULL DEFAULT 0 COMMENT '是否自动吞噬';