diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-07-07 01:22:49 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-05 00:57:15 +0100 |
| commit | c9ef848b6441e603078563713de382e38d3fc5b9 (patch) | |
| tree | 5c6b51abdaffb93ebc49582ac122f79d137c1644 | |
| parent | 8c0b56da62bf95ae99694d5e5a53b8a3d1a72606 (diff) | |
DB/Conditions: spell Cannon Ball can only hit Daggerspine Marauder
Closes #17532.
(cherry picked from commit 2b0e307ee937674c99e6b32079ef4f1888a17b36)
| -rw-r--r-- | sql/updates/world/master/2017_02_04_32_world_2016_07_07_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_04_32_world_2016_07_07_01_world.sql b/sql/updates/world/master/2017_02_04_32_world_2016_07_07_01_world.sql new file mode 100644 index 00000000000..e88a8173b9f --- /dev/null +++ b/sql/updates/world/master/2017_02_04_32_world_2016_07_07_01_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry`=4170 AND `SourceTypeOrReferenceId`=13; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 4170, 0, 0, 31, 0, 3, 2775, 0, 0, 0, 0, "", "Cannon Ball can only hit \'Daggerspine Marauder\'"); |
