|
Quest item fix -
May 9th, 2007
This fixes a quest item so that i can be used in combat, and so it doesnt have a 10 min cooldown, and so you can use it more than once in order to finish the quest.
update item_template set subclass = 7 , spellcharges_1 = 0 , spellcooldown_1 = 1000 where entry = 28132;
Thanks
|