Core/Gameobject: remove virtual from GetScriptId, it's not overriden

(cherry picked from commit 00b547146d)
This commit is contained in:
ariel-
2017-03-26 13:40:32 -03:00
committed by funjoker
parent a0feff65be
commit 5348db2200

View File

@@ -280,7 +280,7 @@ class TC_GAME_API GameObject : public WorldObject, public GridObject<GameObject>
void EventInform(uint32 eventId, WorldObject* invoker = NULL);
virtual uint32 GetScriptId() const;
uint32 GetScriptId() const;
GameObjectAI* AI() const { return m_AI; }
std::string GetAIName() const;