mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
Core: Fix more warnings
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user