summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-09 16:52:24 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-09 16:52:24 +0000
commitf7a7b1d041ff396d96468be30bc4914e626979b3 (patch)
treeeadb9ef5f012dc1806186edeea43bb54e793a7ea /src/map/status.h
parent49000e689a2516db20060d88871762f5a3bcac39 (diff)
downloadhercules-f7a7b1d041ff396d96468be30bc4914e626979b3.tar.gz
hercules-f7a7b1d041ff396d96468be30bc4914e626979b3.tar.bz2
hercules-f7a7b1d041ff396d96468be30bc4914e626979b3.tar.xz
hercules-f7a7b1d041ff396d96468be30bc4914e626979b3.zip
- Moved perfect_hiding from state to special_state, so that it clears out when you remove your pet.
- Probably fixed the Taekwon Rest skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8687 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 15d0f0bf3..c53387026 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -638,6 +638,7 @@ int status_calc_mob(struct mob_data* md, int first); //[Skotlex]
int status_calc_homunculus(struct homun_data *hd, int first);
void status_calc_misc(struct block_list *bl, struct status_data *status, int level);
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);