diff --git a/HookMgr.cpp b/HookMgr.cpp index 519fc92..1b1e1d1 100644 --- a/HookMgr.cpp +++ b/HookMgr.cpp @@ -1831,7 +1831,7 @@ struct ElunaCreatureAI : ScriptedAI // Enables use of MoveInLineOfSight bool IsVisible(Unit* who) const override { - return true + return true; } #endif