diff --git a/src/server/game/Entities/GameObject/GameObject.h b/src/server/game/Entities/GameObject/GameObject.h index 1e166f033ed..da06d1842f8 100644 --- a/src/server/game/Entities/GameObject/GameObject.h +++ b/src/server/game/Entities/GameObject/GameObject.h @@ -280,7 +280,7 @@ class TC_GAME_API GameObject : public WorldObject, public GridObject void EventInform(uint32 eventId, WorldObject* invoker = NULL); - virtual uint32 GetScriptId() const; + uint32 GetScriptId() const; GameObjectAI* AI() const { return m_AI; } std::string GetAIName() const;