ArkCORE-NG
ArkCORE-NG copied to clipboard
Durability loss on thrown weapons
It seems all thrown weapons and weapons used in class spells like http://www.wowhead.com/spell=51723/fan-of-knives end up with broken weapon after one cast of the spell.
I have uploaded a rogue spell import from TER server. can you please verify this spells? and if the error for spell 51723 are present, please tell how I can reproduce this. I have no rogue char on my server and never played rogue, so tell me the minimum required to see what you mean..
Any class that can equip and use a thrown weapon can reproduce the error. I should imagine it effects warriors heroic throw also, tho I havn't tested that spell. http://www.wowhead.com/spell=57755/heroic-throw
run a select query
select * from item_template
where class
=2 and subclass
=16;
take your pick and test.
It may also involve the generic spells 2567 thrown
10277 thrown
(hunter) 2764 throw
(rogue) and all spells with EquipedItemClass = 2 (thrown)
SubClass Mask 0x00010000 (thrown)
hope this helps