diff options
Diffstat (limited to 'src/map/chat.h')
-rw-r--r-- | src/map/chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/chat.h b/src/map/chat.h index b80832d3d..cb2e6ecd9 100644 --- a/src/map/chat.h +++ b/src/map/chat.h @@ -23,6 +23,7 @@ struct chat_data { struct map_session_data* usersd[20]; struct block_list* owner; char npc_event[EVENT_NAME_LENGTH]; + DBMap* kick_list; //DBMap of users who were kicked from this chat }; |