Skip to content

Commit

Permalink
Fix typo in documentation of mob_use_skill()
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenpachi2k13 committed Nov 6, 2020
1 parent a9967ad commit e362d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/mob.c
Original file line number Diff line number Diff line change
Expand Up @@ -3464,7 +3464,7 @@ static struct block_list *mob_getfriendstatus(struct mob_data *md, int cond1, in
}

/**
* Checks if skill cast condition in fulfilled and executes the skill in case of success.
* Checks if skill cast condition is fulfilled and executes the skill in case of success.
*
* @param md The monster which tries to cast a skill.
* @param tick The timestamp of skill execution.
Expand Down

0 comments on commit e362d20

Please sign in to comment.