diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |