From 93b5da51d68e92a26a9f8b13ea0b218475c8d281 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Wed, 14 May 2014 15:52:19 +0300 Subject: [PATCH] Eluna fix mangos build --- HookMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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