diff options
author | maximius <none@none> | 2009-11-01 23:01:26 -0800 |
---|---|---|
committer | maximius <none@none> | 2009-11-01 23:01:26 -0800 |
commit | ad4548e46c10d0ca864b7efba74ef14824ae3c2f (patch) | |
tree | 036e2dad52fa715cb886e0046057757a9d5e0b29 /src/game/SocialMgr.h | |
parent | d8ed6a294bf2da119e3aeca3bf3f8a977e4d5097 (diff) |
*Cleanup, fix the wholist, thanks SoulForge and Forgiven
--HG--
branch : trunk
Diffstat (limited to 'src/game/SocialMgr.h')
-rw-r--r-- | src/game/SocialMgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SocialMgr.h b/src/game/SocialMgr.h index 1ca04d69707..01daf7b47d9 100644 --- a/src/game/SocialMgr.h +++ b/src/game/SocialMgr.h @@ -51,8 +51,8 @@ struct FriendInfo FriendStatus Status; uint32 Flags; uint32 Area; - uint32 Level; - uint32 Class; + uint8 Level; + uin8 Class; std::string Note; FriendInfo() |