aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-05-30 09:39:41 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-01-09 22:04:45 +0100
commit05ccc0853382fbd64647bd81f4ec1cee2d777be6 (patch)
tree75ce584ba92725e9d913a370962fe18ad7214133
parent5b204ffe7bdfe2b50185861eb0f80f007e3429bb (diff)
DB/Spells: fix Searing Wrath's chain jump targeting
Ny SnapperRy closes #17216 closes #6671 (cherry picked from commit a5bd790f0f526146846afc11a9935ca2bbcb8d4a)
-rw-r--r--sql/updates/world/master/2017_01_09_16_world_2016_05_30_03_world.sql7
1 files changed, 7 insertions, 0 deletions
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");