diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index f87964bf4..1d063eaa8 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -377,7 +377,7 @@ struct guild { struct guild_castle { int castle_id; - char map_name[MAP_NAME_LENGTH]; + int mapindex; char castle_name[NAME_LENGTH]; char castle_event[NAME_LENGTH]; int guild_id; |