From 8f0249696712dd9fa7fa9aa00e410cc714154b3e Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 13 Mar 2009 19:44:43 -0600 Subject: *Fix build. --HG-- branch : trunk --- src/game/ObjectMgr.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src') diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index c2aebff8bc4..ba6d78f637e 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -7631,16 +7631,6 @@ CreatureInfo const *GetCreatureInfo(uint32 id) return objmgr.GetCreatureTemplate(id); } -CreatureInfo const* GetCreatureTemplateStore(uint32 entry) -{ - return sCreatureStorage.LookupEntry(entry); -} - -Quest const* GetQuestTemplateStore(uint32 entry) -{ - return objmgr.GetQuestTemplate(entry); -} - void ObjectMgr::LoadTransportEvents() { -- cgit v1.2.3