mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user