Heroic Shadowfang Keep Frantic Geist Fix

orangefire

Gold Supporter
Veteran Member
91
2021
57
So, I noticed in heroic Shadowfang Keep, the Frantic Geists don't actually attack the player, and are not attackable. They just run around, well, frantically. It's a pretty insignificant bug, but also seemed like it'd likely be an easy fix so I went in and took a look at them. Turned out they just had the wrong flags.


SQL:
UPDATE creature_template SET unit_flags=32768 WHERE entry=48842;
 
Top