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

3 lines
164 B

пре 1 месец
  1. -- tyl
  2. -- 废土战场添加战力字段
  3. alter table wasteland_war add column `power` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0' COMMENT '战力' after `server_num`;