aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ObjectMgr.h')
-rw-r--r--src/game/ObjectMgr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/ObjectMgr.h b/src/game/ObjectMgr.h
index 98c818838e5..93b74d649f8 100644
--- a/src/game/ObjectMgr.h
+++ b/src/game/ObjectMgr.h
@@ -654,8 +654,7 @@ class ObjectMgr
void ReturnOrDeleteOldMails(bool serverUp);
- CreatureBaseStats const* GetCreatureBaseStats(uint8 expansion, uint8 unitClass, uint32 level);
- BaseHealthManaPair GenerateCreatureStats(uint32 level, CreatureInfo const* info);
+ CreatureBaseStats const* GetCreatureBaseStats(uint32 level, uint8 unitClass);
void SetHighestGuids();
uint32 GenerateLowGuid(HighGuid guidhigh);