mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
build fix
This commit is contained in:
@@ -54,7 +54,7 @@ class SimpleCharmedPlayerAI : public PlayerAI
|
||||
SimpleCharmedPlayerAI(Player* player) : PlayerAI(player) { }
|
||||
void UpdateAI(uint32 diff) override;
|
||||
void OnCharmed(bool apply) override;
|
||||
Unit* SelectAttackTarget() const;
|
||||
Unit* SelectAttackTarget() const override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user