diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.h b/src/map/map.h index 7d5340373..01af03789 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1143,8 +1143,8 @@ struct chat_data { unsigned char users; // current users unsigned char limit; // join limit unsigned char trigger; // number of users needed to trigger event - struct map_session_data *usersd[20]; - struct block_list **owner; + struct map_session_data* usersd[20]; + struct block_list* owner; char npc_event[50]; }; |