From 57720b460745f823153ec0381d5923c4634ce1d8 Mon Sep 17 00:00:00 2001 From: euphyy Date: Mon, 29 Oct 2012 07:35:02 +0000 Subject: * Follow-up r16835: Some cleanup. * Updated Hunting Missions script to v1.2b, which adds experience multipliers to config (custom\quests\hunting_missions.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16839 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 4967a0ec3..f5ecac8be 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2834,7 +2834,7 @@ int mob_warpslave(struct block_list *bl, int range) } /*========================================== - * Count slave sub, curently chking if mob master is the given id + * Counts slave sub, curently checking if mob master is the given ID. *------------------------------------------*/ int mob_countslave_sub(struct block_list *bl,va_list ap) { @@ -2849,7 +2849,7 @@ int mob_countslave_sub(struct block_list *bl,va_list ap) } /*========================================== - * Cout how many slave a mob got on map + * Counts the number of slaves a mob has on the map. *------------------------------------------*/ int mob_countslave(struct block_list *bl) { @@ -2955,8 +2955,8 @@ int mob_summonslave(struct mob_data *md2,int *value,int amount,int skill_id) } /*========================================== - * MOBskill lookup (get skillindex trough skillid) - * return -1 if not found + * MOBskill lookup (get skillindex through skillid) + * Returns -1 if not found. *------------------------------------------*/ int mob_skillid2skillidx(int class_,int skillid) { -- cgit v1.2.3-70-g09d2