mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
DB/Spell: Add missing conditions to Capture Raptor spell
(cherry picked from commit feba07fa1e)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 17 AND `SourceEntry` = 42325;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
|
||||
(17,0,42325,0,0,31,1,3,4351,0,0,0,0,'',"Group 0: Spell 'Capture Raptor' targets creature 'Bloodfen Raptor'"),
|
||||
(17,0,42325,0,1,31,1,3,4352,0,0,0,0,'',"Group 1: Spell 'Capture Raptor' targets creature 'Bloodfen Screecher'");
|
||||
Reference in New Issue
Block a user