summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-14 21:16:48 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-25 01:43:47 +0300
commitff04f6ba4d732c16cc058a73d5e7a775da6b74d5 (patch)
treeebfe611962462c67b8acea7be5e5a08c8310ebce /src/map/pc.h
parente165af7fb85e58684e43c444ca9b086fe159432a (diff)
downloadhercules-ff04f6ba4d732c16cc058a73d5e7a775da6b74d5.tar.gz
hercules-ff04f6ba4d732c16cc058a73d5e7a775da6b74d5.tar.bz2
hercules-ff04f6ba4d732c16cc058a73d5e7a775da6b74d5.tar.xz
hercules-ff04f6ba4d732c16cc058a73d5e7a775da6b74d5.zip
Fix vending list packet for 2016 clients. Based on rathena commit:
commit 9716233c842f731df3fed5281370e324b5f5f024 Author: Lemongrass3110 <lemongrass@kstp.at> Date: Mon May 8 23:40:05 2017 +0200 Introducing the equip preview window Fixes some bugs for 2016-09-21 onward, where you can preview how a item would like if you put it on. This works on other people's vending and on your own inventory. Thanks to @Rytech2 and @hazimjauhari90
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 af52f8946..634814f07 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -859,6 +859,7 @@ END_ZEROED_BLOCK; /* End */
int (*isequip) (struct map_session_data *sd,int n);
int (*equippoint) (struct map_session_data *sd,int n);
+ int (*item_equippoint) (struct map_session_data *sd, struct item_data* id);
int (*setinventorydata) (struct map_session_data *sd);
int (*checkskill) (struct map_session_data *sd,uint16 skill_id);