diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-08-24 19:42:00 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-18 15:57:19 +0100 |
| commit | 3e4ca641d3f12b044544699c5812373bce1be383 (patch) | |
| tree | a23b8420b45b9e8660c3cf98b406be62ff860b83 | |
| parent | 8a4a51aadf9efcbaf4e2193b9237884e5486f9ac (diff) | |
DB/Conditions: fix target for spell Throw Snowball
Cannot be used to kill friendly targets anymore.
(cherry picked from commit 17e267ed8b70390916f6f2e246499dbfb827466d)
Forgot this
(cherry picked from commit 0be073dacff97bc5ae5215368e28356a03b7767d)
| -rw-r--r-- | sql/updates/world/master/2017_02_18_19_world_2016_08_24_10_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_18_19_world_2016_08_24_10_world.sql b/sql/updates/world/master/2017_02_18_19_world_2016_08_24_10_world.sql new file mode 100644 index 00000000000..1df425411bf --- /dev/null +++ b/sql/updates/world/master/2017_02_18_19_world_2016_08_24_10_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=56753; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `COMMENT`) VALUES +(17, 0, 56753, 0, 0, 31, 1, 3, 30120, 0, 0, 0, 0, "", "Spell 'Throw Snowball' can only target 'Seething Revenant'"); |
