DB/Spell: add attribute for Stoneclaw Totem Effect, should not brask stealth

Closes #18215
This commit is contained in:
ariel-
2016-11-09 23:51:08 -03:00
parent 9822b46995
commit d8b0a2ecb2

View File

@@ -0,0 +1,14 @@
DELETE FROM `spell_custom_attr` WHERE `entry` IN (5729,6393,6394,6395,10423,10424,23790,25512,58586,58587,58588,58639);
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
(5729, 64),
(6393, 64),
(6394, 64),
(6395, 64),
(10423, 64),
(10424, 64),
(23790, 64),
(25512, 64),
(58586, 64),
(58587, 64),
(58588, 64),
(58639, 64);