diff options
author | shennetsind <ind@henn.et> | 2013-03-30 23:08:28 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-03-30 23:08:28 -0300 |
commit | ff04c3ff3b41eb5bbf81278fd23e70b6455aa732 (patch) | |
tree | c86a4bc876e20ee309b083cb547a2c15a426eecd /src/map/skill.c | |
parent | 7ec1e8fdff6adad1979d750774f9003f223bf3ef (diff) | |
parent | e66463494c02b61b38dd256827f796640acfce6d (diff) | |
download | hercules-ff04c3ff3b41eb5bbf81278fd23e70b6455aa732.tar.gz hercules-ff04c3ff3b41eb5bbf81278fd23e70b6455aa732.tar.bz2 hercules-ff04c3ff3b41eb5bbf81278fd23e70b6455aa732.tar.xz hercules-ff04c3ff3b41eb5bbf81278fd23e70b6455aa732.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/skill.c')
-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 d6b06256e..77c5f99a2 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 |