summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-01 03:20:25 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-01 03:20:25 +0000
commit2be05e246555bf5d1a21e734918fec4ec9479fa3 (patch)
treef9f139eb13f2dd5c573fddcac3daa299aa3c8b91 /src/map/atcommand.c
parent8d174c40422d85f5f8a05f653b83004f535d707d (diff)
downloadhercules-2be05e246555bf5d1a21e734918fec4ec9479fa3.tar.gz
hercules-2be05e246555bf5d1a21e734918fec4ec9479fa3.tar.bz2
hercules-2be05e246555bf5d1a21e734918fec4ec9479fa3.tar.xz
hercules-2be05e246555bf5d1a21e734918fec4ec9479fa3.zip
Fixed a few typos from r14322.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14323 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
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);