summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-14 10:05:49 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-14 10:05:49 +0000
commiteda1e14f9d7de0c4123f7d823a774d818fa75148 (patch)
tree52fd30eb75b7c7c3f81a41626ddf9d810fae9f54 /src/map/npc.h
parent7a8dc0434b420af441041e2ec2fe32ee614c4555 (diff)
downloadhercules-eda1e14f9d7de0c4123f7d823a774d818fa75148.tar.gz
hercules-eda1e14f9d7de0c4123f7d823a774d818fa75148.tar.bz2
hercules-eda1e14f9d7de0c4123f7d823a774d818fa75148.tar.xz
hercules-eda1e14f9d7de0c4123f7d823a774d818fa75148.zip
* Fixed map-server printing deprecation message, when monster event label was used as transport for special attributes (small/large monsters etc.) in script command 'monster' and related commands (bugreport:1274, since r6592, related r5707).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14814 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 6f705a09c..6e7c7cbeb 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -134,6 +134,7 @@ int npc_do_ontimer(int npc_id, int option);
int npc_event_do(const char* name);
int npc_event_doall(const char* name);
int npc_event_doall_id(const char* name, int rid);
+bool npc_event_isspecial(const char* eventname);
int npc_timerevent_start(struct npc_data* nd, int rid);
int npc_timerevent_stop(struct npc_data* nd);