Core/ObjectMgr: Refactor sCreatureStorage

This commit is contained in:
leak
2011-04-28 22:57:08 +02:00
parent e2e9431ca3
commit c51c817a45
45 changed files with 474 additions and 396 deletions
+1 -1
View File
@@ -845,7 +845,7 @@ public:
uint32 id = (uint32)atoi(i);
CreatureInfo const *ci = ObjectMgr::GetCreatureTemplate(entry);
CreatureTemplate const *ci = sObjectMgr->GetCreatureTemplate(entry);
if (!ci)
return false;