diff options
author | megamage <none@none> | 2009-03-31 09:18:39 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-31 09:18:39 -0600 |
commit | 031df598ab444ae4ed3d3d66996168d3577fb29d (patch) | |
tree | b85408862f7001e8dc43447bc74bd77ce817e93e /src/game/Object.h | |
parent | be89c6bb2a6a2c5f1a62e2010a9ee97efb8529b2 (diff) |
*Try to fix crash.
--HG--
branch : trunk
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; } |