summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-09-22 00:13:15 +0200
committerGitHub <noreply@github.com>2017-09-22 00:13:15 +0200
commit46f5d10a555785899c04eda74e21922e92a2fb5b (patch)
tree934ec81ed964a7409ad2ba73616210f3cdf12389 /src/map/pc.h
parent7cbd35644b73f254fc976070cd1e993aa43a7cfc (diff)
parentee666f0279bca6dab137a8a8199665b7a4e7f8d8 (diff)
downloadhercules-46f5d10a555785899c04eda74e21922e92a2fb5b.tar.gz
hercules-46f5d10a555785899c04eda74e21922e92a2fb5b.tar.bz2
hercules-46f5d10a555785899c04eda74e21922e92a2fb5b.tar.xz
hercules-46f5d10a555785899c04eda74e21922e92a2fb5b.zip
Merge pull request #1844 from 4144/newpackets
Add packets for almost all 2014-2017 clients
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 8615f00f2..46aafa5e5 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -994,8 +994,8 @@ END_ZEROED_BLOCK; /* End */
int (*changelook) (struct map_session_data *sd,int type,int val);
int (*equiplookall) (struct map_session_data *sd);
- int (*readparam) (const struct map_session_data *sd, int type);
- int (*setparam) (struct map_session_data *sd,int type,int val);
+ int64 (*readparam) (const struct map_session_data *sd, int type);
+ int (*setparam) (struct map_session_data *sd, int type, int64 val);
int (*readreg) (struct map_session_data *sd, int64 reg);
void (*setreg) (struct map_session_data *sd, int64 reg,int val);
char * (*readregstr) (struct map_session_data *sd, int64 reg);