aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/SocialMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SocialMgr.h b/src/game/SocialMgr.h
index 01daf7b47d9..161e2e972f9 100644
--- a/src/game/SocialMgr.h
+++ b/src/game/SocialMgr.h
@@ -52,7 +52,7 @@ struct FriendInfo
uint32 Flags;
uint32 Area;
uint8 Level;
- uin8 Class;
+ uint8 Class;
std::string Note;
FriendInfo()