diff options
author | PolarCookie <PolarCookie@users.noreply.github.com> | 2018-12-08 11:07:29 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-16 16:05:56 +0100 |
commit | 94063a55ca352fc23805095749d103cea55beee1 (patch) | |
tree | f21790462edd0b38ff5426e89e32ba5d058c8dfc | |
parent | 3f1eacaaf1614223af32fe70dc987095487d8017 (diff) |
DB/Quest: RoB, AoA kill credit targets (Ring of Blood, Amphitheater of Anguish quests)
Closes #22751
(cherry picked from commit cdbc9dc1afd9d67e8594deddee7e7ad84c6448a3)
-rw-r--r-- | sql/updates/world/master/2021_11_16_26_world_2018_12_08_38_world.sql | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_16_26_world_2018_12_08_38_world.sql b/sql/updates/world/master/2021_11_16_26_world_2018_12_08_38_world.sql new file mode 100644 index 00000000000..1ca1ac0854e --- /dev/null +++ b/sql/updates/world/master/2021_11_16_26_world_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; |