diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-12 00:48:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-04-15 21:27:39 +0300 |
commit | 563ddcf6da8b1c0b4bedb3417d8950e20b7c5a0d (patch) | |
tree | 5fdd2a59d67b6b0a85eb3a37d5835214a077fc3e /src/map/rodex.h | |
parent | 5b502a267b6546ade4adb116d11354f0bf929cbf (diff) | |
download | hercules-563ddcf6da8b1c0b4bedb3417d8950e20b7c5a0d.tar.gz hercules-563ddcf6da8b1c0b4bedb3417d8950e20b7c5a0d.tar.bz2 hercules-563ddcf6da8b1c0b4bedb3417d8950e20b7c5a0d.tar.xz hercules-563ddcf6da8b1c0b4bedb3417d8950e20b7c5a0d.zip |
Improve get zeny from rodex
Diffstat (limited to 'src/map/rodex.h')
-rw-r--r-- | src/map/rodex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/rodex.h b/src/map/rodex.h index 56cc3a9d1..385c77e25 100644 --- a/src/map/rodex.h +++ b/src/map/rodex.h @@ -74,6 +74,7 @@ struct rodex_interface { void (*get_items) (struct map_session_data *sd, int8 opentype, int64 mail_id); void (*delete_mail) (struct map_session_data *sd, int64 mail_id); void (*clean) (struct map_session_data *sd, int8 flag); + void (*getZenyAck) (struct map_session_data *sd, int64 mail_id, int8 opentype, int64 zeny); }; #ifdef HERCULES_CORE |