diff options
author | Zenslash <Zenslash@users.noreply.github.com> | 2021-08-13 18:36:54 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-12 22:34:19 +0100 |
commit | 1b580e59fa72704eadb0b76575f0e1b87dbdc5c5 (patch) | |
tree | 7f6b7c40cd0d13c0bcc81c0464974b24c8103cc7 | |
parent | df7d634597a76c5dddaf30b3c98feb04ab93591f (diff) |
DB/Spell: Add missing conditions to Capture Raptor spell
(cherry picked from commit feba07fa1ed68a2136bd85c4d27e18d307bb19e9)
-rw-r--r-- | sql/updates/world/master/2022_03_12_19_world_2021_08_13_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_12_19_world_2021_08_13_01_world.sql b/sql/updates/world/master/2022_03_12_19_world_2021_08_13_01_world.sql new file mode 100644 index 00000000000..b7c198d55e7 --- /dev/null +++ b/sql/updates/world/master/2022_03_12_19_world_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'"); |