diff options
-rw-r--r-- | sql/updates/world/2013_10_23_00_world_sai.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_10_23_00_world_sai.sql b/sql/updates/world/2013_10_23_00_world_sai.sql new file mode 100644 index 00000000000..51f5e357a22 --- /dev/null +++ b/sql/updates/world/2013_10_23_00_world_sai.sql @@ -0,0 +1,4 @@ +UPDATE `smart_scripts` SET `link`=2,`action_type`=33,`action_param1`=29692,`target_type`=7,`comment`='Hut Fire - On Spell Hit - Give Quest Credit' WHERE `entryorguid`=29692 AND `source_type`=0 AND `id`=1 AND `link`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=29692 AND `id`=2 AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`, `id`, `event_type`, `action_type`, `target_type`, `comment`) VALUES +(29692,2,61,41,1, 'Hut Fire - Link With Event 1 - Despawn'); |