summaryrefslogtreecommitdiff
path: root/src/map/pc.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-06-25 20:45:03 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-15 11:45:24 -0400
commitc7592866c56e4c5bc2f603c462148ac5cf4fd374 (patch)
tree89d8e87a6ed65a41f61cacc393d380721f39f9c6 /src/map/pc.hpp
parente0ab38974d08268fd0bbbae16293afb31686c9f8 (diff)
downloadtmwa-c7592866c56e4c5bc2f603c462148ac5cf4fd374.tar.gz
tmwa-c7592866c56e4c5bc2f603c462148ac5cf4fd374.tar.bz2
tmwa-c7592866c56e4c5bc2f603c462148ac5cf4fd374.tar.xz
tmwa-c7592866c56e4c5bc2f603c462148ac5cf4fd374.zip
allow to get mob/npc params and add more params to readparam
Diffstat (limited to 'src/map/pc.hpp')
-rw-r--r--src/map/pc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.hpp b/src/map/pc.hpp
index 6bcfadb..35ca975 100644
--- a/src/map/pc.hpp
+++ b/src/map/pc.hpp
@@ -142,7 +142,7 @@ int pc_heal(dumb_ptr<map_session_data>, int, int);
int pc_itemheal(dumb_ptr<map_session_data> sd, int hp, int sp);
int pc_changelook(dumb_ptr<map_session_data>, LOOK, int);
-int pc_readparam(dumb_ptr<map_session_data>, SP);
+int pc_readparam(dumb_ptr<block_list>, SP);
int pc_setparam(dumb_ptr<map_session_data>, SP, int);
int pc_readreg(dumb_ptr<block_list>, SIR);
void pc_setreg(dumb_ptr<block_list>, SIR, int);