diff options
Diffstat (limited to 'src/game/CreatureAIImpl.h')
-rw-r--r-- | src/game/CreatureAIImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CreatureAIImpl.h b/src/game/CreatureAIImpl.h index a07e8a847d7..3aaf9849591 100644 --- a/src/game/CreatureAIImpl.h +++ b/src/game/CreatureAIImpl.h @@ -476,7 +476,7 @@ struct AISpellInfoType float maxRange; }; -TRINITY_DLL_SPEC AISpellInfoType * GetAISpellInfo(uint32 i); + AISpellInfoType * GetAISpellInfo(uint32 i); inline void CreatureAI::SetGazeOn(Unit *target) { |