DB/Spell: stop some auras from removing stealth

- 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 a39ccee33e)
This commit is contained in:
ariel-
2016-12-29 04:43:52 -03:00
committed by joschiwald
parent 619ae373e5
commit ad49d3a822

View File

@@ -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