diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index d72342e0a..bfb20570a 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8397,7 +8397,7 @@ int atcommand_hominfo(const int fd, struct map_session_data* sd, const char* com int atcommand_homstats(const int fd, struct map_session_data* sd, const char* command, const char* message) { struct homun_data *hd; - struct homunculus_db *db; + struct s_homunculus_db *db; struct s_homunculus *hom; int lv, min, max, evo; |