summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2014-12-16 21:04:36 +0100
committerHaruna <haru@dotalux.com>2014-12-16 21:04:36 +0100
commit2678d34cc2494f6abc53195e85bc65c9fdc382aa (patch)
tree8c89ee32854f4fcde364a9692ec8d606c7dff446 /src/map/script.h
parentc7df86cc2442c29649ae44b629b05818a1742c08 (diff)
parent4e546bb97afdc3d4a0a29325b88942873ed676a3 (diff)
downloadhercules-2678d34cc2494f6abc53195e85bc65c9fdc382aa.tar.gz
hercules-2678d34cc2494f6abc53195e85bc65c9fdc382aa.tar.bz2
hercules-2678d34cc2494f6abc53195e85bc65c9fdc382aa.tar.xz
hercules-2678d34cc2494f6abc53195e85bc65c9fdc382aa.zip
Merge pull request #409 from 4144/npcdistance
Extend npc/script commands
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index e28abf970..548c0f261 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -343,6 +343,7 @@ struct Script_Config {
const char* ontouch_name;
const char* ontouch2_name;
+ const char* onuntouch_name;
};
/**