What's new

48668 Schnottz Elite Trooper duped auras

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Code:
-- 48668 Schnottz Elite Trooper

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

UPDATE `creature_template_addon` SET `auras`=NULL WHERE  `entry`=48668;
 
Top