aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-09-30 15:43:44 +0200
committerShauren <shauren.trinity@gmail.com>2020-09-13 16:52:03 +0200
commit37f22df28eac0b31c5c8934b93e59f7db49b0e73 (patch)
tree2f0e08f0f3401d83d9d561d956fcb84403f862e5
parent04593fad5da0619da0cd81badb30e5d3ca86fd13 (diff)
DB/Conditions: Arrow Assault Spell
Closes #20470 Updates #15083 (cherry picked from commit f9274c59469611962eb8375b9e2b132c71f734c7)
-rw-r--r--sql/updates/world/master/2020_09_13_10_world_2017_09_30_03_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_13_10_world_2017_09_30_03_world.sql b/sql/updates/world/master/2020_09_13_10_world_2017_09_30_03_world.sql
new file mode 100644
index 00000000000..2e77cbece8e
--- /dev/null
+++ b/sql/updates/world/master/2020_09_13_10_world_2017_09_30_03_world.sql
@@ -0,0 +1,7 @@
+--
+DELETE FROM `conditions` WHERE `SourceEntry`=53349 AND `SourceTypeOrReferenceId`=17;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(17, 0, 53349, 0, 0, 31, 1, 3, 29106, 0, 0, 0, 0, "", "Arrow Assault targets Death Knight Champion"),
+(17, 0, 53349, 0, 1, 31, 1, 3, 29115, 0, 0, 0, 0, "", "Arrow Assault targets Rampaging Abomination"),
+(17, 0, 53349, 0, 2, 31, 1, 3, 29136, 0, 0, 0, 0, "", "Arrow Assault targets Volatile Ghoul"),
+(17, 0, 53349, 0, 3, 31, 1, 3, 28670, 0, 0, 0, 0, "", "Arrow Assault targets Frostbrood Vanquisher");