批量给弓,弩,枪+46699,装备:索利达尔在弓弦张开时会自动制造魔法箭,无须额外配备箭矢
update item_template set item_template.spellid_5='46699',item_template.spelltrigger_5='1',item_template.spellcooldown_5='-1',item_template.spellcategory_5='0',item_template.spellcategorycooldown_5='-1' where item_template.class='2' and item_template.subclass in (2,3,18);
去除炉石冷却时间
update item_template set spellcooldown_1=1 where entry=6948;
去除装备上的唯一属性
UPDATE item_template SET Maxcount = 0;
护甲
UPDATE item_template SET armor = armor*3;
最小和最大武器伤害值
UPDATE item_template SET dmg_min1 = dmg_min1*3;
UPDATE item_template SET dmg_max1 = dmg_max1*3;
武器攻击速度延迟 /2是除2的意思