summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c4
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)