summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-07 18:19:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-16 22:44:20 +0300
commit61d6c958d5a753904d32ef2057b50f426bb0f3b9 (patch)
tree97a563e9f9ecc99ada1f7505459c58add34e47b2 /src/map/npc.h
parent625ed85b6a3d88587e8927f1f640f1fadd3dc642 (diff)
downloadhercules-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.h1
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);