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/map/pc.c | |
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/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |