Core: Fix more warnings

This commit is contained in:
Vincent_Michael
2012-12-09 18:13:41 +01:00
parent e7cb10f49b
commit 7e28938dd0

View File

@@ -45,8 +45,8 @@ class PetAI : public CreatureAI
// The following aren't used by the PetAI but need to be defined to override
// default CreatureAI functions which interfere with the PetAI
//
void MoveInLineOfSight(Unit* who) {} // CreatureAI interferes with returning pets
void MoveInLineOfSight_Safe(Unit* who) {} // CreatureAI interferes with returning pets
void MoveInLineOfSight(Unit* /*who*/) {} // CreatureAI interferes with returning pets
void MoveInLineOfSight_Safe(Unit* /*who*/) {} // CreatureAI interferes with returning pets
void EnterEvadeMode() {} // For fleeing, pets don't use this type of Evade mechanic
private: