From 9ee58cbba214b49a0399f564478e22790080fa72 Mon Sep 17 00:00:00 2001 From: celest Date: Sun, 5 Dec 2004 06:13:50 +0000 Subject: Corrected typo in battle_range : bl -> src git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@453 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/battle.c b/src/map/battle.c index b6ef4146d..6b1d68625 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -4964,7 +4964,7 @@ int battle_check_range(struct block_list *src,struct block_list *bl,int range) // be lenient if the skill was cast before we have moved to the correct position [Celest] if (src->type != BL_PC) return 0; - else if (bl->type == BL_PC) { + else if (src->type == BL_PC) { struct map_session_data *sd; nullpo_retr(0, (sd=(struct map_session_data *)bl)); if (sd->walktimer != -1 && !((arange-=battle_config.skill_range_leniency)<=range)) -- cgit v1.2.3-70-g09d2