From e66463494c02b61b38dd256827f796640acfce6d Mon Sep 17 00:00:00 2001 From: malufett Date: Sat, 30 Mar 2013 16:50:02 +0800 Subject: Fixed Bug #7139 -Follow up for the Pincode Feature. Signed-off-by: malufett --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index ea70e2fe2..d2a08bd77 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -13706,7 +13706,7 @@ int skill_vfcastfix (struct block_list *bl, double time, uint16 skill_id, uint16 return 0; if( bl->type == BL_MOB ) // mobs casttime is fixed nothing to alter. - return time; + return (int)time; if( fixed == 0 ){ fixed = (int)time * 20 / 100; // fixed time -- cgit v1.2.3-70-g09d2