Changeset 24 for src/map/status.h

Show
Ignore:
Timestamp:
07/07/08 22:48:26 (17 years ago)
Author:
jinshiro
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/map/status.h

    r22 r24  
    294294        SC_SEVENWIND, 
    295295        SC_DEF_RATE, 
     296        SC_SPREGEN, 
     297        SC_WALKSPEED, 
    296298        SC_DECREPIFY, // New status [brain] 
    297299        SC_LUST, 
     
    310312        SC_OVERWHELMING, 
    311313        SC_FEAR, 
    312         SC_SPREGEN, 
    313         SC_WALKSPEED, 
    314314        SC_MAX, //Automatically updated max, used in for's to check we are within bounds. 
    315315} sc_type; 
     
    823823void status_calc_regen_rate(struct block_list *bl, struct regen_data *regen, struct status_change *sc); 
    824824 
    825 void status_freecast_switch(struct map_session_data *sd); 
    826825int status_getrefinebonus(int lv,int type); 
    827826int status_check_skilluse(struct block_list *src, struct block_list *target, int skill_num, int flag); // [Skotlex]