Eluna fix mangos build

This commit is contained in:
Rochet2
2014-05-14 15:52:19 +03:00
committed by Foereaper
parent 94063c1b7d
commit 93b5da51d6

View File

@@ -1831,7 +1831,7 @@ struct ElunaCreatureAI : ScriptedAI
// Enables use of MoveInLineOfSight
bool IsVisible(Unit* who) const override
{
return true
return true;
}
#endif