summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2015-05-31 12:06:28 +0800
committermalufett <malufett.eat.my.binaries@gmail.com>2015-05-31 12:06:28 +0800
commita5a86059b8e70420f0a78d6a377b5702cdfe6792 (patch)
treebb9910dd32b6a299a1b25f71bcc33371a4506fa7 /src/map/pc.h
parentaaa82f2f8fb70858048d1e199b40bbb797b9604d (diff)
downloadhercules-a5a86059b8e70420f0a78d6a377b5702cdfe6792.tar.gz
hercules-a5a86059b8e70420f0a78d6a377b5702cdfe6792.tar.bz2
hercules-a5a86059b8e70420f0a78d6a377b5702cdfe6792.tar.xz
hercules-a5a86059b8e70420f0a78d6a377b5702cdfe6792.zip
Fixed Bug#8673
-http://hercules.ws/board/tracker/issue-8673-gt-energy-gain/?gopid=25265#entry25265 -Fixed some skills related to spiritball, should now work like official. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index c3bf1e4cc..5716ed30a 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -957,6 +957,7 @@ END_ZEROED_BLOCK; /* End */
int (*addspiritball) (struct map_session_data *sd,int interval,int max);
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 count);
unsigned char (*famerank) (int char_id, int job);
int (*set_hate_mob) (struct map_session_data *sd, int pos, struct block_list *bl);