aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-09-02 02:11:13 +0200
committertreeston <treeston.mmoc@gmail.com>2016-09-02 02:11:13 +0200
commit69d871fc53f818aba5a2b9c7484833cfa5fa7d88 (patch)
treeb215973ec2a208c8fc3c804377382cd565313354
parentf5cbc17387dcd8ac5d05436d3382053e8a0ab55f (diff)
DB/Creature: Make Coldarra Spellweavers cast Arcane Missiles (channel) instead of Arcane Missile (triggered spell).
-rw-r--r--sql/updates/world/3.3.5/2016_09_02_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_02_00_world.sql b/sql/updates/world/3.3.5/2016_09_02_00_world.sql
new file mode 100644
index 00000000000..32e9f51bbaa
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_09_02_00_world.sql
@@ -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;