DB/Spells: Weakened soul shouldn't remove stealth

Closes #21611
This commit is contained in:
ariel-
2018-03-15 18:05:55 -03:00
committed by Aokromes
parent 1213444f3c
commit fda47267f8

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_custom_attr` WHERE `entry`=6788;
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
(6788, 0x40);