summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-05-03 20:50:34 +0200
committerGitHub <noreply@github.com>2020-05-03 20:50:34 +0200
commit4bd20b3dc308e4aeb2b51bc304d1e2c9c7a8bd45 (patch)
treead5e78917a4b4dc6a81de5c6958bfd57737244ca /src/map/pc.h
parent754ab3c4f1031ebe924477d20b51ed5b0e814fd4 (diff)
parentb7c6f652d37d1a5711dfa3b451731510a6cec5de (diff)
downloadhercules-4bd20b3dc308e4aeb2b51bc304d1e2c9c7a8bd45.tar.gz
hercules-4bd20b3dc308e4aeb2b51bc304d1e2c9c7a8bd45.tar.bz2
hercules-4bd20b3dc308e4aeb2b51bc304d1e2c9c7a8bd45.tar.xz
hercules-4bd20b3dc308e4aeb2b51bc304d1e2c9c7a8bd45.zip
Merge pull request #2687 from Kenpachi2k13/disguise_hide_fix
Fix unhiding while being disguised and when using @option 0
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 2699b7882..6b2b44e2a 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -1044,6 +1044,8 @@ END_ZEROED_BLOCK; /* End */
int (*itemheal) (struct map_session_data *sd,int itemid, int hp,int sp);
int (*percentheal) (struct map_session_data *sd,int hp,int sp);
int (*jobchange) (struct map_session_data *sd, int class, int upper);
+ void (*hide) (struct map_session_data *sd, bool show_msg);
+ void (*unhide) (struct map_session_data *sd, bool show_msg);
int (*setoption) (struct map_session_data *sd,int type);
int (*setcart) (struct map_session_data* sd, int type);
void (*setfalcon) (struct map_session_data *sd, bool flag);