diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-30 15:43:44 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-09-30 15:43:44 +0200 |
| commit | f9274c59469611962eb8375b9e2b132c71f734c7 (patch) | |
| tree | d01a5d6e9a7b7387157ea92aad3f67bb5b5bfac4 | |
| parent | eae00e4437d7d224f34cae3ab215ccec91999322 (diff) | |
DB/Conditions: Arrow Assault Spell
Closes #20470
Updates #15083
| -rw-r--r-- | sql/updates/world/3.3.5/2017_09_30_03_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_30_03_world.sql b/sql/updates/world/3.3.5/2017_09_30_03_world.sql new file mode 100644 index 00000000000..2e77cbece8e --- /dev/null +++ b/sql/updates/world/3.3.5/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"); |
