mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Spell: Recently Bandaged debuff shouldn't break stealth
Closes #18951
By Noryad
(cherry picked from commit 5f901d3d75)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Recently Bandaged
|
||||
DELETE FROM `spell_custom_attr` WHERE `entry` = 11196;
|
||||
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
|
||||
(11196, 0x40);
|
||||
Reference in New Issue
Block a user