diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-21 12:32:12 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-23 15:01:57 -0400 |
commit | 48b9900248f74b8dc5179e34e851047e05c862b3 (patch) | |
tree | fa52aa3a8e10f1ef1654a2f9a85595fb582309c4 /src/map/pc.hpp | |
parent | cf4007f34bf5feee7903506e1a569f60aec5b795 (diff) | |
download | tmwa-48b9900248f74b8dc5179e34e851047e05c862b3.tar.gz tmwa-48b9900248f74b8dc5179e34e851047e05c862b3.tar.bz2 tmwa-48b9900248f74b8dc5179e34e851047e05c862b3.tar.xz tmwa-48b9900248f74b8dc5179e34e851047e05c862b3.zip |
allow to set params on npcs and mobs
Diffstat (limited to 'src/map/pc.hpp')
-rw-r--r-- | src/map/pc.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.hpp b/src/map/pc.hpp index 0f04698..2e63c26 100644 --- a/src/map/pc.hpp +++ b/src/map/pc.hpp @@ -143,7 +143,7 @@ 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<block_list>, SP); -int pc_setparam(dumb_ptr<map_session_data>, SP, int); +int pc_setparam(dumb_ptr<block_list>, SP, int); int pc_readreg(dumb_ptr<block_list>, SIR); void pc_setreg(dumb_ptr<block_list>, SIR, int); ZString pc_readregstr(dumb_ptr<block_list> sd, SIR reg); |