mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/PlayerAI: Fix dynamic build linking
This commit is contained in:
@@ -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) { }
|
||||
|
||||
Reference in New Issue
Block a user