summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-24 05:57:43 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-12 21:18:06 +0300
commitc76f8ded8743966abe10a15a3a03604d76d2d5df (patch)
treeef5f4b6557c4913cfa8a03de1c1ce526185c955e /src/map/clif.h
parent1f7f90156632811bcf7f0102325ba504428bc44a (diff)
downloadhercules-c76f8ded8743966abe10a15a3a03604d76d2d5df.tar.gz
hercules-c76f8ded8743966abe10a15a3a03604d76d2d5df.tar.bz2
hercules-c76f8ded8743966abe10a15a3a03604d76d2d5df.tar.xz
hercules-c76f8ded8743966abe10a15a3a03604d76d2d5df.zip
Add packet ZC_ENCHANT_EQUIPMENT
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 593dc15c1..088e7827e 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1554,6 +1554,7 @@ struct clif_interface {
void (*camera_showWindow) (struct map_session_data *sd);
void (*camera_change) (struct map_session_data *sd, float range, float rotation, float latitude, enum send_target target);
void (*item_preview) (struct map_session_data *sd, int n);
+ void (*enchant_equipment) (struct map_session_data *sd, enum equip_pos pos, int cardSlot, int cardId);
};
#ifdef HERCULES_CORE