diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 25f6b6734..a13ee7698 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -249,6 +249,10 @@ enum { SC_KNOWLEDGE,
SC_SMA,
SC_FLING,
+ SC_AVOID, //240
+ SC_CHANGE,
+ SC_BLOODLUST,
+ SC_FLEET,
SC_MAX, //Automatically updated max, used in for's and at startup to check we are within bounds. [Skotlex]
};
extern int SkillStatusChangeTable[MAX_SKILL];
@@ -601,6 +605,7 @@ void status_calc_bl(struct block_list *bl, unsigned long flag); int status_calc_pet(struct pet_data* pd, int first); // [Skotlex]
int status_calc_pc(struct map_session_data* sd,int first);
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 status_data *status, int level);
void status_freecast_switch(struct map_session_data *sd);
|