summaryrefslogtreecommitdiff
path: root/src/resources/chatobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/chatobject.h')
-rw-r--r--src/resources/chatobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/chatobject.h b/src/resources/chatobject.h
index 1b86e88ad..f81718333 100644
--- a/src/resources/chatobject.h
+++ b/src/resources/chatobject.h
@@ -29,7 +29,7 @@ struct ChatObject final
{
ChatObject() :
ownerId(0),
- charId(0),
+ chatId(0),
maxUsers(0),
currentUsers(0),
type(0),
@@ -40,7 +40,7 @@ struct ChatObject final
A_DELETE_COPY(ChatObject)
int ownerId;
- int charId;
+ int chatId;
uint16_t maxUsers;
uint16_t currentUsers;
uint8_t type;