DB/Creature: Make Coldarra Spellweavers cast Arcane Missiles (channel) instead of Arcane Missile (triggered spell).

(cherry picked from commit 69d871fc53)
This commit is contained in:
treeston
2016-09-02 02:11:13 +02:00
committed by joschiwald
parent b47b9a2913
commit cb5ec8fccf

View File

@@ -0,0 +1,2 @@
-- Proper spellcast for Coldarra Spellweaver
UPDATE `smart_scripts` SET `action_param1`=34446, `event_param3`=5250, `event_param4`=5750 WHERE `entryorguid`=25722 AND `source_type`=0 AND `id`=0;