DB/Spells: fix Searing Wrath's chain jump targeting

Ny SnapperRy closes #17216 closes #6671
(cherry picked from commit a5bd790f0f)
This commit is contained in:
Aokromes
2016-05-30 09:39:41 +02:00
committed by joschiwald
parent 5b204ffe7b
commit 05ccc08533

View File

@@ -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");