diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-19 03:38:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-28 04:40:43 +0300 |
commit | a7285e774dac19e47c9e9adca3cc97212ed30c59 (patch) | |
tree | f82939e71892fbff768d90eed8444618df111e0a /src/map/clif.h | |
parent | 2b6371dcbf04d6351fcc1141b1416131c6e453be (diff) | |
download | hercules-a7285e774dac19e47c9e9adca3cc97212ed30c59.tar.gz hercules-a7285e774dac19e47c9e9adca3cc97212ed30c59.tar.bz2 hercules-a7285e774dac19e47c9e9adca3cc97212ed30c59.tar.xz hercules-a7285e774dac19e47c9e9adca3cc97212ed30c59.zip |
Add over weight packet.
Thanks @functor-x
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 8cff8a21e..57ff4001c 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1492,6 +1492,7 @@ struct clif_interface { /* Hat Effect */ void (*hat_effect) (struct block_list *bl, struct block_list *tbl, enum send_target target); void (*hat_effect_single) (struct block_list *bl, uint16 effectId, bool enable); + void (*overweight_percent) (struct map_session_data *sd); bool (*pAttendanceDB) (void); bool (*attendancedb_libconfig_sub) (struct config_setting_t *it, int n, const char *source); |