diff options
author | silver1ce <none@none> | 2010-03-03 02:48:31 +0200 |
---|---|---|
committer | silver1ce <none@none> | 2010-03-03 02:48:31 +0200 |
commit | 9e63454b6306c369a9a0b8c21fd4d87e6e9f5a98 (patch) | |
tree | 833fbd1aaf83493f58c2b38598e6b69012a18be0 /src/game/ObjectMgr.h | |
parent | ab51061318a8a1255259ce206c3c5c9abbdcc616 (diff) |
store unit's level in uint8 format
TODO: may be change db format too
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.h')
-rw-r--r-- | src/game/ObjectMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.h b/src/game/ObjectMgr.h index faa29d4ce7f..524ad869dd0 100644 --- a/src/game/ObjectMgr.h +++ b/src/game/ObjectMgr.h @@ -690,7 +690,7 @@ class ObjectMgr void ReturnOrDeleteOldMails(bool serverUp); - CreatureBaseStats const* GetCreatureBaseStats(uint32 level, uint8 unitClass); + CreatureBaseStats const* GetCreatureBaseStats(uint8 level, uint8 unitClass); void SetHighestGuids(); uint32 GenerateLowGuid(HighGuid guidhigh); |