diff options
author | PolarCookie <PolarCookie@users.noreply.github.com> | 2018-12-08 12:15:55 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-12-08 12:15:55 +0100 |
commit | 2a54373151f8d0db70db913eb9adf39af483660b (patch) | |
tree | e6413ad569e4317f973d25acde6781a6985ea8b1 | |
parent | 79ff72d268c67279056a1bf74533b6edb44b48db (diff) |
DB/Quest: A Dire Situation
Closes #22807
-rw-r--r-- | sql/updates/world/3.3.5/2018_12_08_44_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_08_44_world.sql b/sql/updates/world/3.3.5/2018_12_08_44_world.sql new file mode 100644 index 00000000000..45bfa9a6b1c --- /dev/null +++ b/sql/updates/world/3.3.5/2018_12_08_44_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 17 AND `SourceEntry` IN (36310); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 36310, 0, 0, 31, 1, 3, 20058, 0, 0, 0, 0, '', 'Spell "Rina\'s Diminution Powder" can only be used on Bloodmaul Dire Wolf'), +(17, 0, 36310, 0, 0, 1, 1, 36310, 0, 0, 1, 0, 0, '', 'Spell "Rina\'s Diminution Powder" can not be reapplied.'); |