Core/PlayerAI: Fix dynamic build linking

This commit is contained in:
ariel-
2016-08-25 08:28:12 -03:00
committed by Aokromes
parent 0c3e061b2b
commit 6edd4536cf

View File

@@ -105,7 +105,7 @@ class TC_GAME_API PlayerAI : public UnitAI
bool _isSelfRangedAttacker;
};
class SimpleCharmedPlayerAI : public PlayerAI
class TC_GAME_API SimpleCharmedPlayerAI : public PlayerAI
{
public:
SimpleCharmedPlayerAI(Player* player) : PlayerAI(player), _castCheckTimer(500), _chaseCloser(false), _forceFacing(true) { }