数据库内批量修改武器装备
Quote:Update items set stat_value1 =stat_value1*2, stat_value2 =stat_value2*2, stat_value3 =stat_value3*2, stat_value4 =stat_value4*2, stat_value5 =stat_value5*2, stat_value6 =stat_value6*2, stat_value7 =stat_value7*2, stat_value8 =stat_value8*2, stat_value9 =stat_value9*2, stat_value10 =stat_value10*2, dmg_min1 = dmg_min1*2, dmg_min2 = dmg_min2*2, dmg_min3 = dmg_min3*2, dmg_min4 = dmg_min4*2, dmg_min5 = dmg_min5*2, dmg_max1 = dmg_max1*2, dmg_max2 = dmg_max2*2, dmg_max3 = dmg_max3*2, dmg_max4 = dmg_max4*2, dmg_max5 = dmg_max5*2, armor = armor*2, holy_res = holy_res*2, fire_res = fire_res*2, nature_res = nature_res*2, frost_res = frost_res*2, shadow_res = shadow_res*2, arcane_res =arcane_res*2;
|