diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-15 17:11:18 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-10-03 17:17:11 +0200 |
commit | 1caba9cafe2c91f723182bb9f25502bbaa8fc5b0 (patch) | |
tree | 8beedfdefd87458af2f5abd305164ac6457d2912 /sql | |
parent | a8e36548607d10aaefc377c224aaf2a4d8ad6ef3 (diff) |
DB/Misc: add conditions for spell Arrow Assault and remove wrong texts for two Death Knight starting zone creatures.
Closes #16831.
(cherry picked from commit 2161ac6757b94f93c8c57a5ff4b8416f31ab6187)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2017_10_03_09_world_2016_10_15_05_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_10_03_09_world_2016_10_15_05_world.sql b/sql/updates/world/master/2017_10_03_09_world_2016_10_15_05_world.sql new file mode 100644 index 00000000000..dfbf7235623 --- /dev/null +++ b/sql/updates/world/master/2017_10_03_09_world_2016_10_15_05_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry`=53349; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 53349, 0, 0, 31, 0, 3, 29106, 0, 0, 0, 0, "", "Arrow Assault targets Death Knight Champion"), +(13, 1, 53349, 0, 1, 31, 0, 3, 29115, 0, 0, 0, 0, "", "Arrow Assault targets Rampaging Abomination"), +(13, 1, 53349, 0, 2, 31, 0, 3, 29136, 0, 0, 0, 0, "", "Arrow Assault targets Volatile Ghoul"), +(13, 1, 53349, 0, 3, 31, 0, 3, 28670, 0, 0, 0, 0, "", "Arrow Assault targets Frostbrood Vanquisher"); + +DELETE FROM `creature_text` WHERE `entry` IN (28609, 28611) AND `id`=6; |