diff options
author | Mark Hester <Marky360@live.ie> | 2018-06-06 20:33:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 20:33:53 +0100 |
commit | fd58896a84966d0a9cbc30e55b345d9d2351057a (patch) | |
tree | d1fdad8b02d82ab1ba389be4bd40142612ce8475 /src/map | |
parent | b25d6366f8ded2c93fa3ccb28e047d0f386e4d0a (diff) | |
download | hercules-fd58896a84966d0a9cbc30e55b345d9d2351057a.tar.gz hercules-fd58896a84966d0a9cbc30e55b345d9d2351057a.tar.bz2 hercules-fd58896a84966d0a9cbc30e55b345d9d2351057a.tar.xz hercules-fd58896a84966d0a9cbc30e55b345d9d2351057a.zip |
typo fix clif.c
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index a4d2f62b1..154add232 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -3089,7 +3089,7 @@ void clif_updatestatus(struct map_session_data *sd,int type) WFIFOL(fd,4)=sd->status.zeny; len = packet_len(0xb1); break; -// [4144] unconfirment exact version can be from 20170405 to 20170913 +// [4144] exact version unknown, between 20170405 to 20170913? #if PACKETVER >= 20170830 case SP_BASEEXP: WFIFOW(fd, 0) = 0xacb; |