diff options
| author | malcrom <malcromdev@gmail.com> | 2023-12-28 01:39:33 +0100 |
|---|---|---|
| committer | Naddley <NaddleyTC@gmail.com> | 2023-12-28 01:39:38 +0100 |
| commit | ad6c37137e0e52b61131eaa81c67f3a009dda500 (patch) | |
| tree | 0d8c605be5f3e54927ba681d1e6eba82073f6755 | |
| parent | 51a9e207bd5d098308f7722c6caac0867a1ca45b (diff) | |
DB/Conditions: Added target condition for spell 29528
Closes #29501
| -rw-r--r-- | sql/updates/world/master/2023_12_28_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_28_01_world.sql b/sql/updates/world/master/2023_12_28_01_world.sql new file mode 100644 index 00000000000..6836f7291b1 --- /dev/null +++ b/sql/updates/world/master/2023_12_28_01_world.sql @@ -0,0 +1,4 @@ +-- Condition for source Spell implicit target condition type Object entry guid +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND `SourceEntry`=29528 AND `SourceId`=0; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 29528, 0, 0, 31, 0, 3, 16518, 0, 0, 0, 0, '', 'Spell Inoculate Nestlewood Owlkin (effect 0) will hit the potential target of the spell if target is unit Nestlewood Owlkin.'); |
