Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
(cherry picked from commit d10c698)
  • Loading branch information
Treeston authored and Shauren committed Apr 8, 2016
1 parent e394cd2 commit 604d08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/AI/PlayerAI/PlayerAI.h
Expand Up @@ -54,7 +54,7 @@ class TC_GAME_API 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

0 comments on commit 604d08d

Please sign in to comment.