源战役
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.

10 rivejä
519 B

1 kuukausi sitten
  1. -- liushl
  2. alter table madness_land_zone_role_rank add column `photo` int(11) NOT NULL DEFAULT '0' COMMENT '头像';
  3. alter table madness_land_zone_guild_rank add column `guild_flag` int(11) NOT NULL DEFAULT '0' COMMENT '社团旗帜';
  4. -- 竞技场修改
  5. drop table if exists arena_info;
  6. alter table arena_real_role add column `rank_time` int(32) unsigned NOT NULL DEFAULT '0' COMMENT '排名变更时间';
  7. alter table arena_real_role drop column break_reward_state;
  8. alter table arena_real_role drop column is_reward;