源战役
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

26 wiersze
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;