summaryrefslogtreecommitdiff
path: root/src/char/char.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/char.hpp')
-rw-r--r--src/char/char.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.hpp b/src/char/char.hpp
index a08e28c..5e16a6a 100644
--- a/src/char/char.hpp
+++ b/src/char/char.hpp
@@ -15,7 +15,7 @@ struct mmo_map_server
long ip;
short port;
int users;
- char map[MAX_MAP_PER_SERVER][16];
+ char maps[MAX_MAP_PER_SERVER][16];
};
const mmo_charstatus *search_character(const char *character_name);