diff options
| author | Snapper <snapperryen@gmail.com> | 2016-07-09 21:28:14 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-05 00:57:19 +0100 |
| commit | 3c23a5d07519f8945d5873d3a6e2e119c7f2ed81 (patch) | |
| tree | 1641d6bc1e02838dcf78623d1fb71dfb6432fc41 | |
| parent | 977cccab92dc85e896882c0dd8c5de77636e3210 (diff) | |
DB/Conditions: spell "Wretched Tap" can only be cast by creature "Wretched Urchin".
Closes #15586
(cherry picked from commit 4c78a416fede16041867b7a7de310d126517bca3)
| -rw-r--r-- | sql/updates/world/master/2017_02_04_35_world_2016_07_09_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_04_35_world_2016_07_09_00_world.sql b/sql/updates/world/master/2017_02_04_35_world_2016_07_09_00_world.sql new file mode 100644 index 00000000000..87b6865e8a6 --- /dev/null +++ b/sql/updates/world/master/2017_02_04_35_world_2016_07_09_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=29420; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 29420, 0, 0, 31, 0, 3, 15644, 0, 0, 0, 0, "", "Spell 'Wretched Tap' can only be cast by creature 'Wretched Urchin'"); |
