diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-04-18 20:29:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-04-23 07:33:44 +0300 |
commit | 0c75c27cfb93cb9102747e1bf68c1474dc6eb4d0 (patch) | |
tree | d3d46e105547324e6123a39ba767ff5596755b1c /src/map/pc.h | |
parent | efeb386abc51baffa561f32d7d3b30868af767cd (diff) | |
download | hercules-0c75c27cfb93cb9102747e1bf68c1474dc6eb4d0.tar.gz hercules-0c75c27cfb93cb9102747e1bf68c1474dc6eb4d0.tar.bz2 hercules-0c75c27cfb93cb9102747e1bf68c1474dc6eb4d0.tar.xz hercules-0c75c27cfb93cb9102747e1bf68c1474dc6eb4d0.zip |
Split pc_addspiritball into two functions.
Move job mask related code into pc_addspiritball_sub.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index e699e5750..4422a0e1a 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -1040,6 +1040,7 @@ END_ZEROED_BLOCK; /* End */ void (*delinvincibletimer) (struct map_session_data* sd); int (*addspiritball) (struct map_session_data *sd,int interval,int max); + int (*addspiritball_sub) (struct map_session_data *sd); int (*delspiritball) (struct map_session_data *sd,int count,int type); int (*getmaxspiritball) (struct map_session_data *sd, int min); void (*addfame) (struct map_session_data *sd, int ranktype, int count); |