Skip to content

Commit

Permalink
[TDB] Add creature_spell_targeting for cast x at 75% hp
Browse files Browse the repository at this point in the history
Based on commit cmangos/tbc-db@5e77f33
  • Loading branch information
AnonXS committed Sep 9, 2023
1 parent 5b5f318 commit 12c78ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Updates/4485_TDB-0194_respawn_c.22095,22307.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- Add creature_spell_targeting for cast x at 75% hp
DELETE FROM `creature_spell_targeting` WHERE `Id` IN (206,207) AND `Param1` = 25;
INSERT INTO `creature_spell_targeting` (`Id`, `Type`, `Param1`, `Param2`, `Param3`, `UnitCondition`, `Comments`) VALUES
(206, 2, 25, 1, 1, -1, 'Support - Missing 25% including self'),
(207, 2, 25, 1, 0, -1, 'Support - Missing 25% excluding self');

0 comments on commit 12c78ff

Please sign in to comment.