diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-12-14 23:51:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-12-14 23:52:47 +0300 |
commit | 59eb8ed011d447ba91c085590c11e2681773d2a0 (patch) | |
tree | 7d07e9f2e6b67c06ba37718d9a21d2b061acec24 /src/map/clif.h | |
parent | 4194f0ad5d47640dc0a26c48b070759b354424a7 (diff) | |
download | hercules-59eb8ed011d447ba91c085590c11e2681773d2a0.tar.gz hercules-59eb8ed011d447ba91c085590c11e2681773d2a0.tar.bz2 hercules-59eb8ed011d447ba91c085590c11e2681773d2a0.tar.xz hercules-59eb8ed011d447ba91c085590c11e2681773d2a0.zip |
Add packet CZ_REQ_REMAINTIME (with empty handler)
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 47766b33d..568c312cf 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1585,6 +1585,7 @@ struct clif_interface { 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); bool (*enchant_equipment) (struct map_session_data *sd, enum equip_pos pos, int cardSlot, int cardId); + void (*pReqRemainTime) (int fd, struct map_session_data *sd); }; #ifdef HERCULES_CORE |