DB/Spell: Magma Totem shouldn't generate threat

By Jildor, closes #21178
This commit is contained in:
ariel-
2018-01-18 18:34:37 -03:00
parent 7167edf27c
commit 4fca3bfc04

View File

@@ -0,0 +1,9 @@
DELETE FROM `spell_custom_attr` WHERE `entry` IN (8187,10579,10580,10581,25550,58732,58735);
INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES
(8187, 0x10),
(10579,0x10),
(10580,0x10),
(10581,0x10),
(25550,0x10),
(58732,0x10),
(58735,0x10);