DB/Spells: Weakened soul shouldn't remove stealth

Closes #21611
This commit is contained in:
ariel-
2018-03-15 18:05:55 -03:00
parent 25d4bcba3d
commit 7fdffe8984

View File

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