diff options
author | PolarCookie <PolarCookie@users.noreply.github.com> | 2018-12-08 12:15:55 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-16 16:18:08 +0100 |
commit | 7d741473c690509180ce9d9433f6c61d19da8c4d (patch) | |
tree | 681631f4d47965643df7b076d28a30a9134d5326 | |
parent | a7d7d4bb34d189a4533c3c43ef56c3b9c557b26a (diff) |
DB/Quest: A Dire Situation
Closes #22807
(cherry picked from commit 2a54373151f8d0db70db913eb9adf39af483660b)
-rw-r--r-- | sql/updates/world/master/2021_11_16_31_world_2018_12_08_44_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_16_31_world_2018_12_08_44_world.sql b/sql/updates/world/master/2021_11_16_31_world_2018_12_08_44_world.sql new file mode 100644 index 00000000000..45bfa9a6b1c --- /dev/null +++ b/sql/updates/world/master/2021_11_16_31_world_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.'); |