DB/Spell: Recently Bandaged debuff shouldn't break stealth

Closes #18951
By Noryad

(cherry picked from commit 5f901d3d75)
This commit is contained in:
ariel-
2017-01-25 01:43:48 -03:00
committed by funjoker
parent 1abe7530df
commit de2cae6a58

View File

@@ -0,0 +1,4 @@
-- Recently Bandaged
DELETE FROM `spell_custom_attr` WHERE `entry` = 11196;
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
(11196, 0x40);