From feba07fa1ed68a2136bd85c4d27e18d307bb19e9 Mon Sep 17 00:00:00 2001 From: Zenslash Date: Fri, 13 Aug 2021 18:36:54 +0300 Subject: DB/Spell: Add missing conditions to Capture Raptor spell --- sql/updates/world/3.3.5/2021_08_13_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_08_13_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_08_13_01_world.sql b/sql/updates/world/3.3.5/2021_08_13_01_world.sql new file mode 100644 index 00000000000..b7c198d55e7 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_13_01_world.sql @@ -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'"); -- cgit v1.2.3