aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolarCookie <PolarCookie@users.noreply.github.com>2018-12-08 11:07:29 +0100
committerKillyana <morphone1@gmail.com>2018-12-08 11:07:29 +0100
commitcdbc9dc1afd9d67e8594deddee7e7ad84c6448a3 (patch)
tree61cebbd67d3fbe9b72e62e4454a920c50f6ecb3e
parentbeb4a11b480f708f7faecf7f602168ba3e73afdf (diff)
DB/Quest: RoB, AoA kill credit targets (Ring of Blood, Amphitheater of Anguish quests)
Closes #22751
-rw-r--r--sql/updates/world/3.3.5/2018_12_08_38_world.sql32
1 files changed, 32 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_08_38_world.sql b/sql/updates/world/3.3.5/2018_12_08_38_world.sql
new file mode 100644
index 00000000000..1ca1ac0854e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_12_08_38_world.sql
@@ -0,0 +1,32 @@
+-- Brokentoe
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18398 AND `source_type` = 0 AND `id` = 1;
+-- Murkblood Twin
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18399 AND `source_type` = 0 AND `id` = 4;
+-- Rokdar the Sundered Lord
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18400 AND `source_type` = 0 AND `id` = 5;
+-- Skra'gath
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18401 AND `source_type` = 0 AND `id` = 3;
+-- Warmaul Champion
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18402 AND `source_type` = 0 AND `id` = 5;
+-- Mogor
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18069 AND `source_type` = 0 AND `id` = 14;
+-- Quel'dorei Magewraith
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 17612 AND `source_type` = 0 AND `id` = 5;
+-- Yggdras
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30014 AND `source_type` = 0 AND `id` IN (4,5);
+-- Stinkbeard
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30017 AND `source_type` = 0 AND `id` = 7;
+-- Gargoral the Water Lord
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30024 AND `source_type` = 0 AND `id` = 2;
+-- Az'Barin, Prince of the Gust
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30026 AND `source_type` = 0 AND `id` = 2;
+-- Duke Singen
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30019 AND `source_type` = 0 AND `id` = 2;
+-- Erathius, King of Dirt
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30025 AND `source_type` = 0 AND `id` = 2;
+-- Orinoko Tuskbreaker
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30020 AND `source_type` = 0 AND `id` = 7;
+-- Korrak the Bloodrager
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30023 AND `source_type` = 0 AND `id` = 8;
+-- Vladof the Butcher
+UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30022 AND `source_type` = 0 AND `id` = 6;