summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-03 03:24:58 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-03 03:24:58 +0000
commitae6b1fa5f282bfa9822a9a8edaa9fd2f89a3e4e8 (patch)
tree6349e6dcc9295178ee3ce4b18307e39831b15e08 /src/map/status.h
parentf02e49e2f48c7aa316bffce2ec51357e9e869b7c (diff)
downloadhercules-ae6b1fa5f282bfa9822a9a8edaa9fd2f89a3e4e8.tar.gz
hercules-ae6b1fa5f282bfa9822a9a8edaa9fd2f89a3e4e8.tar.bz2
hercules-ae6b1fa5f282bfa9822a9a8edaa9fd2f89a3e4e8.tar.xz
hercules-ae6b1fa5f282bfa9822a9a8edaa9fd2f89a3e4e8.zip
Adjusted Free Cast code so that its walk penalty gets calculated in status_calc_speed and nowhere else.
Removed aspd penalty from Free Cast since tests show it's not there, even though RO sites claim it is. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12904 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 55fea6b2e..8e0ff6f85 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -806,7 +806,6 @@ void status_calc_misc(struct block_list *bl, struct status_data *status, int lev
void status_calc_regen(struct block_list *bl, struct status_data *status, struct regen_data *regen);
void status_calc_regen_rate(struct block_list *bl, struct regen_data *regen, struct status_change *sc);
-void status_freecast_switch(struct map_session_data *sd);
int status_getrefinebonus(int lv,int type);
int status_check_skilluse(struct block_list *src, struct block_list *target, int skill_num, int flag); // [Skotlex]
int status_check_visibility(struct block_list *src, struct block_list *target); //[Skotlex]