diff options
author | skyleo <skyleo@skyleo.de> | 2020-02-05 21:51:21 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-03-08 20:59:35 +0100 |
commit | 2f32871ca7790a4924dec19aeeabc1da6cb1fc32 (patch) | |
tree | 02b2311c68e2301d5c2e1e73deb4b10777b0257a /src/map | |
parent | d4fe2c164c472b3ff580631a6643589e8c70aca8 (diff) | |
download | hercules-2f32871ca7790a4924dec19aeeabc1da6cb1fc32.tar.gz hercules-2f32871ca7790a4924dec19aeeabc1da6cb1fc32.tar.bz2 hercules-2f32871ca7790a4924dec19aeeabc1da6cb1fc32.tar.xz hercules-2f32871ca7790a4924dec19aeeabc1da6cb1fc32.zip |
Correct some typos in doc of unit->walk_toxy_timer
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/unit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 4a0d98cc4..99682e2d3 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -279,9 +279,9 @@ static int unit_steptimer(int tid, int64 tick, int id, intptr_t data) } /** - * Warps homunuculus or mercenary towards his master in case he's too far away for 3 seconds. + * Warps homunculus or mercenary towards his master in case he's too far away for 3 seconds. * @param master_bl: block_list of master - * @param slave_bl: block_list of homunuculus/mercenary master owns + * @param slave_bl: block_list of homunculus/mercenary master owns * @return 0: success, 1: fail */ static int unit_warpto_master(struct block_list *master_bl, struct block_list *slave_bl) |