What's new

1195 Forest Lurker duped auras

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Code:
-- 1195 Forest Lurker

update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 1195);

DELETE FROM `creature_template_addon` WHERE `entry`=1195;
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES (1195, 0, 0, 0, 1, 0, '');
 
Last edited:
Top