diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-07 18:19:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-16 22:44:20 +0300 |
commit | 61d6c958d5a753904d32ef2057b50f426bb0f3b9 (patch) | |
tree | 97a563e9f9ecc99ada1f7505459c58add34e47b2 /src/map/npc.h | |
parent | 625ed85b6a3d88587e8927f1f640f1fadd3dc642 (diff) | |
download | hercules-61d6c958d5a753904d32ef2057b50f426bb0f3b9.tar.gz hercules-61d6c958d5a753904d32ef2057b50f426bb0f3b9.tar.bz2 hercules-61d6c958d5a753904d32ef2057b50f426bb0f3b9.tar.xz hercules-61d6c958d5a753904d32ef2057b50f426bb0f3b9.zip |
Add function what call OnUntouch event.
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 0825faf10..cb8f09644 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -182,6 +182,7 @@ struct npc_interface { bool (*isnear) (struct block_list *bl); int (*ontouch_event) (struct map_session_data *sd, struct npc_data *nd); int (*ontouch2_event) (struct map_session_data *sd, struct npc_data *nd); + int (*onuntouch_event) (struct map_session_data *sd, struct npc_data *nd); int (*enable_sub) (struct block_list *bl, va_list ap); int (*enable) (const char *name, int flag); struct npc_data* (*name2id) (const char *name); |