diff options
author | Malcrom <malcromdev@gmail.com> | 2012-05-19 12:15:19 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-05-19 12:15:30 +0100 |
commit | 7972b6977b6fd95873c6c6cad2753bee50a38211 (patch) | |
tree | 2e3957493fad0a281dd840b92e91c702db7a2f82 | |
parent | 82664ade8f76beef2fee4bde45ea0f2764836318 (diff) |
DB/Quests|SAI: Fix the first 5 quests of Ring of Blood
Closes #6334
Last quest still needs to be fixed.
-rw-r--r-- | sql/updates/world/2012_05_19_01_world_smart_scripts.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_19_01_world_smart_scripts.sql b/sql/updates/world/2012_05_19_01_world_smart_scripts.sql new file mode 100644 index 00000000000..06169d8610a --- /dev/null +++ b/sql/updates/world/2012_05_19_01_world_smart_scripts.sql @@ -0,0 +1,7 @@ +-- Fix Quest 9962,9967,9970,9972,9973 +UPDATE `smart_scripts` SET `target_type`=16 WHERE `entryorguid`=18398 AND `id`=1; -- Brokentoe +UPDATE `smart_scripts` SET `target_type`=16 WHERE `entryorguid`=18399 AND `id`=4; -- Murkblood Twin +UPDATE `smart_scripts` SET `target_type`=16 WHERE `entryorguid`=18400 AND `id`=5; -- Rokdar the Sundered Lord +UPDATE `smart_scripts` SET `target_type`=16 WHERE `entryorguid`=18401 AND `id`=3; -- Skra'gath +UPDATE `smart_scripts` SET `id`=5,`link`=6,`target_type`=16 WHERE `entryorguid`=18402 AND `action_type`=15; -- Warmaul Champion +UPDATE `smart_scripts` SET `id`=6 WHERE `entryorguid`=18402 AND `action_type`=45; -- Warmaul Champion |