diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-11 14:52:10 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-11 14:52:10 +0000 |
commit | 75b03a564ace1deb3956da35bb0bffd52b3c181b (patch) | |
tree | 6ee413fa3524f79709f3bdefe8849ccf918c9853 /src/map/npc.h | |
parent | 0993cb85ba53417a179a0fc8b315e58d2d3a32d5 (diff) | |
download | hercules-75b03a564ace1deb3956da35bb0bffd52b3c181b.tar.gz hercules-75b03a564ace1deb3956da35bb0bffd52b3c181b.tar.bz2 hercules-75b03a564ace1deb3956da35bb0bffd52b3c181b.tar.xz hercules-75b03a564ace1deb3956da35bb0bffd52b3c181b.zip |
Added Shinomori's changes to npc event timers
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@953 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index b3b38e5e0..a68cc8e54 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -42,7 +42,7 @@ int npc_do_ontimer(int,struct map_session_data *,int); int npc_event_doall(const char *name); int npc_event_do(const char *name); -int npc_timerevent_start(struct npc_data *nd); +int npc_timerevent_start(struct npc_data *nd, int rid); int npc_timerevent_stop(struct npc_data *nd); int npc_gettimerevent_tick(struct npc_data *nd); int npc_settimerevent_tick(struct npc_data *nd,int newtimer); |