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

Closes #18951
By Noryad
This commit is contained in:
ariel-
2017-01-25 01:43:48 -03:00
committed by Aokromes
parent a2a3fd538f
commit 2876fd015f

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);