源战役
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

26 Zeilen
982 B

-- liushl
-- 删除装备系统
drop table if exists equip_magic;
drop table if exists equip_prefix;
drop table if exists equip_stone;
drop table if exists equip_stone_refine;
drop table if exists equip_stren;
drop table if exists equip_suit;
drop table if exists equip_wash;
drop table if exists log_equip_build_pink;
drop table if exists log_equip_magic;
drop table if exists log_equip_prefix;
drop table if exists log_equip_refine;
drop table if exists log_equip_stone;
drop table if exists log_equip_stone_compose;
drop table if exists log_equip_stren;
drop table if exists log_equip_stren_break;
drop table if exists log_equip_suit_operation;
drop table if exists log_equip_upgrade_division;
drop table if exists log_equip_upgrade_stage;
drop table if exists log_equip_upgrade_stone;
drop table if exists log_equip_wash;
drop table if exists log_dstone_uplv;
drop table if exists log_stone_inlay;
drop table if exists log_stone_refine;
drop table if exists log_dstone_upstage;