Sign in to follow this  
Followers 0
Fyriond

[Legion]: Efflorescence Mushroom Fix

2 posts in this topic

Title: Efflorescence Mushroom Fix
Bugtracker Link:


Patch Content:

NPC-ID http://www.wowhead.com/npc=47649/

https://trinitycore.atlassian.net/wiki/display/tc/creature_template

https://trinitycore.atlassian.net/wiki/display/tc/creature_template#creature_template-unit_flags

Flags used: UNIT_FLAG_PVP_ATTACKABLE (8); UNIT_FLAG_IMMUNE_TO_NPC (512) = 520


 

Level Fix:

UPDATE `creature_template` SET `minlevel`='110' AND `maxlevel`='110' WHERE `entry`='47649';


 

Attackeable fix

UPDATE `creature_template` SET `unit_flags`='520' WHERE `entry`='47649';
     
     

Share this post


Link to post
Share on other sites
UPDATE `creature_template` SET `minlevel`='110',`maxlevel`='110' WHERE `entry`='47649';
UPDATE `creature_template` SET `unit_flags`='520' WHERE `entry`='47649';

Accepted, Thanks.

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0