diff options
author | Haru <haru@dotalux.com> | 2018-06-18 20:48:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-18 20:48:21 +0200 |
commit | 2d840771eeee1d9e158e843bcc14f9d69d1cf22e (patch) | |
tree | d73af7982fbbc69194955b0cb856d59c4c6e94ca /src | |
parent | 33e94478687ac8cefb2181d06d531d98db754091 (diff) | |
parent | fd58896a84966d0a9cbc30e55b345d9d2351057a (diff) | |
download | hercules-2d840771eeee1d9e158e843bcc14f9d69d1cf22e.tar.gz hercules-2d840771eeee1d9e158e843bcc14f9d69d1cf22e.tar.bz2 hercules-2d840771eeee1d9e158e843bcc14f9d69d1cf22e.tar.xz hercules-2d840771eeee1d9e158e843bcc14f9d69d1cf22e.zip |
Merge pull request #2069 from marky291/patch-1
Fix typos
Diffstat (limited to 'src')
-rw-r--r-- | src/map/clif.c | 2 | ||||
-rw-r--r-- | src/map/pc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 85f034446..73dbb5f7d 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; diff --git a/src/map/pc.c b/src/map/pc.c index 0872c85e1..1752a2b7c 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -10176,7 +10176,7 @@ int pc_equipitem(struct map_session_data *sd,int n,int req_pos) } /** -* Unrquip item ad given position. +* Unequip an item at the given position. * @param sd the affected player structure. Must be checked before. * @param n inventory item position. Must be checked before. * @param pos slot position. Must be checked before. |