What's new

7382 Orange Tabby Cat duped auras

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Code:
-- 7382 Orange Tabby Cat

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

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