Skip to content

Commit

Permalink
DB/Spell: stop some auras from removing stealth
Browse files Browse the repository at this point in the history
- They have damage class melee and proc PROC_FLAG_TAKEN_SPELL_MELEE_DMG_CLASS
- Sated/Exhaustion are negative auras, counts as negative spell flag, and stealth drops too

Closes #18421
Closes #18553

(cherry picked from commit a39ccee)
  • Loading branch information
ariel- authored and joschiwald committed Apr 29, 2018
1 parent 619ae37 commit ad49d3a
Showing 1 changed file with 4 additions and 0 deletions.
@@ -0,0 +1,4 @@
DELETE FROM `spell_custom_attr` WHERE `entry` IN (57723, 57724);
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
(57723, 0x40), -- Exhaustion
(57724, 0x40); -- Sated

0 comments on commit ad49d3a

Please sign in to comment.