summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-08 01:31:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-08 11:54:49 +0300
commit48f6d35d2c293a17a863bb540e686b1c780b9005 (patch)
tree46780b62e99e408247d7e844309505c5e3e11857 /src/map/pc.h
parent6916a2defdf884cceb67e6699bd9b4cfaeba0279 (diff)
downloadevol-hercules-48f6d35d2c293a17a863bb540e686b1c780b9005.tar.gz
evol-hercules-48f6d35d2c293a17a863bb540e686b1c780b9005.tar.bz2
evol-hercules-48f6d35d2c293a17a863bb540e686b1c780b9005.tar.xz
evol-hercules-48f6d35d2c293a17a863bb540e686b1c780b9005.zip
Add to item_db.conf item attributes for equip/unequip effects.
New attributes: UnequipEffect - send this effect to client if unequip item was success UnequipFailEffect - send this effect to client if unequip item was fail For equip events used same attributes like for use.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 84ced8d..37f3974 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -27,4 +27,10 @@ int epc_isuseequip_post(int retVal, struct map_session_data *sd, int *nPtr);
int epc_useitem_post(int retVal, struct map_session_data *sd, int *nPtr);
+int epc_equipitem_post(int retVal, struct map_session_data *sd,
+ int *nPtr, int *data);
+
+int epc_unequipitem_post(int retVal, struct map_session_data *sd,
+ int *nPtr, int *data);
+
#endif // EVOL_MAP_PC