diff options
-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.'); |