From 05ccc0853382fbd64647bd81f4ec1cee2d777be6 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 30 May 2016 09:39:41 +0200 Subject: DB/Spells: fix Searing Wrath's chain jump targeting Ny SnapperRy closes #17216 closes #6671 (cherry picked from commit a5bd790f0f526146846afc11a9935ca2bbcb8d4a) --- .../world/master/2017_01_09_16_world_2016_05_30_03_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2017_01_09_16_world_2016_05_30_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_01_09_16_world_2016_05_30_03_world.sql b/sql/updates/world/master/2017_01_09_16_world_2016_05_30_03_world.sql new file mode 100644 index 00000000000..eeaa7bf6d7b --- /dev/null +++ b/sql/updates/world/master/2017_01_09_16_world_2016_05_30_03_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=50232; +INSERT INTO `conditions` VALUES +(13, 1, 50232, 0, 1, 31, 0, 3, 28236, 0, 0, 0, 0, "", "Searing Wrath target can be Azure Ring Captain"), +(13, 1, 50232, 0, 2, 31, 0, 3, 27638, 0, 0, 0, 0, "", "Searing Wrath target can be Azure Ring Guardian"), +(13, 1, 50232, 0, 3, 31, 0, 3, 28276, 0, 0, 0, 0, "", "Searing Wrath target can be Greater Lay Whelp"), +(13, 1, 50232, 0, 4, 31, 0, 3, 27656, 0, 0, 0, 0, "", "Searing Wrath target can be Eregos"); -- cgit v1.2.3