diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-09 16:55:41 +0200 | 
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-09 16:55:41 +0200 | 
| commit | ea17cfb92d0da0d300974c990217eedbe6a3fe4b (patch) | |
| tree | e6ddd3e5eda8c2bdec03bfc38e1eef31bd52131f | |
| parent | 9e7a9ff6e19926d51a747eac172ec1723ad5561c (diff) | |
DB/Spell: Scrape Corrosive Spit
By Rushor and untaught, closes #12189
| -rw-r--r-- | sql/updates/world/2014_10_09_01_world.sql | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_09_01_world.sql b/sql/updates/world/2014_10_09_01_world.sql new file mode 100644 index 00000000000..5ffe056a8c9 --- /dev/null +++ b/sql/updates/world/2014_10_09_01_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=47435; +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(47435, -47447, 0, 'remove debuff'); +DELETE FROM `conditions` WHERE `sourcetypeorreferenceid`=17 AND `sourceentry`=47435; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17,0,47435,0,0,1,0,47447,1,0,0,0,0,'','Cast ''Scrape Corrosive Spit'' only if player has ''Corrosive Spit''');  | 
