diff options
Diffstat (limited to 'src/game/Object.h')
-rw-r--r-- | src/game/Object.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Object.h b/src/game/Object.h index 8b8efda6fd4..3448fb83899 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -313,8 +313,6 @@ class TRINITY_DLL_SPEC Object uint16 GetValuesCount() const { return m_valuesCount; } - void InitValues() { _InitValues(); } - virtual bool hasQuest(uint32 /* quest_id */) const { return false; } virtual bool hasInvolvedQuest(uint32 /* quest_id */) const { return false; } |