diff options
author | offl <offl@users.noreply.github.com> | 2020-09-12 03:17:32 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-05 23:01:36 +0100 |
commit | c5a812fc506b6a95b0f436e8edb8b5b7fc5384ee (patch) | |
tree | 47b26aa8aab5eead68e1943141ae4e720888ac69 | |
parent | e8e2ec0dc5cc9187bf86e5dc416c1e2f7fa6b67f (diff) |
DB/Spells: Add missing condition to enable Activate Object (Despawn) effect
Closes #17762
(cherry picked from commit e386dd1dc4a65124ec099a31b26413d71f4b6e6d)
-rw-r--r-- | sql/updates/world/master/2022_02_05_16_world_2020_09_12_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_05_16_world_2020_09_12_02_world.sql b/sql/updates/world/master/2022_02_05_16_world_2020_09_12_02_world.sql new file mode 100644 index 00000000000..b080eb937dc --- /dev/null +++ b/sql/updates/world/master/2022_02_05_16_world_2020_09_12_02_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` = 47939; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,47939,0,0,31,0,5,188539,0,0,0,0,"","Group 0: Spell 'Gather Lumber' (Effect 1) targets object 'Coldwind Tree'"), +(13,1,47939,0,1,31,0,5,190353,0,0,0,0,"","Group 1: Spell 'Gather Lumber' (Effect 1) targets object 'Poster Knife'"); |