源战役
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 

26 рядки
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;