aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenslash <Zenslash@users.noreply.github.com>2021-08-13 18:36:54 +0300
committeroffl <offl@users.noreply.github.com>2021-08-13 18:36:54 +0300
commitfeba07fa1ed68a2136bd85c4d27e18d307bb19e9 (patch)
tree4291385c1ac987df923c4b00bb9bd94a104c4d70
parent48104d27549bae98d02d3c1cec1677a071d28b69 (diff)
DB/Spell: Add missing conditions to Capture Raptor spell
-rw-r--r--sql/updates/world/3.3.5/2021_08_13_01_world.sql5
1 files changed, 5 insertions, 0 deletions
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'");