diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-30 09:39:41 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-30 09:39:41 +0200 |
commit | a5bd790f0f526146846afc11a9935ca2bbcb8d4a (patch) | |
tree | 59cda980c7fc2f68c77385763df1e00e723347ef | |
parent | 513b8d9fca6b52e2182a15b0391460cb8b6a8835 (diff) |
DB/Spells: fix Searing Wrath's chain jump targeting
Ny SnapperRy closes #17216 closes #6671
-rw-r--r-- | sql/updates/world/3.3.5/2016_05_30_03_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_05_30_03_world.sql b/sql/updates/world/3.3.5/2016_05_30_03_world.sql new file mode 100644 index 00000000000..eeaa7bf6d7b --- /dev/null +++ b/sql/updates/world/3.3.5/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"); |