From cb5ec8fccff045bf7ecf0b78f7475b3ae28f4374 Mon Sep 17 00:00:00 2001 From: treeston Date: Fri, 2 Sep 2016 02:11:13 +0200 Subject: DB/Creature: Make Coldarra Spellweavers cast Arcane Missiles (channel) instead of Arcane Missile (triggered spell). (cherry picked from commit 69d871fc53f818aba5a2b9c7484833cfa5fa7d88) --- sql/updates/world/master/2017_02_18_35_world_2016_09_02_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_18_35_world_2016_09_02_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_18_35_world_2016_09_02_00_world.sql b/sql/updates/world/master/2017_02_18_35_world_2016_09_02_00_world.sql new file mode 100644 index 00000000000..32e9f51bbaa --- /dev/null +++ b/sql/updates/world/master/2017_02_18_35_world_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; -- cgit v1.2.3