DB/Creature: Earthgrab Totem and Tainted Earthgrab Totem

Closes #15651
This commit is contained in:
Killyana
2016-11-02 04:22:55 +01:00
parent 101b74b8b4
commit 322f1910fc

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6066,18176) AND `source_type`= 0;
UPDATE `creature_template` SET `AIName`="", `InhabitType`=`InhabitType`|8 WHERE `entry` IN (6066,18176);
DELETE FROM `creature_template_addon` WHERE `entry`=6066;
INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES (6066,'31982');
UPDATE `creature_template_addon` SET `auras`='31982' WHERE `entry` IN (18176);