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 4b2fb8b33..50a2d0403 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -4378,7 +4378,7 @@ int atcommand_mapinfo(const int fd, struct map_session_data* sd, const char* com strcat(atcmd_output, "NoSkill | "); if (map[m_id].flag.noicewall) strcat(atcmd_output, "NoIcewall | "); - if (map[m_id].allowks) + if (map[m_id].flag.allowks) strcat(atcmd_output, "AllowKS | "); clif_displaymessage(fd, atcmd_output); |