summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-11 21:44:37 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-11 21:44:37 +0000
commitd2a341dc093542a68a2770d6302ce48c99d82169 (patch)
tree05da03b5f1394ca300329bbb8310981ffc88aff6 /src/map/npc.h
parent738ce633b49293892638017c15152b87b776d101 (diff)
downloadhercules-d2a341dc093542a68a2770d6302ce48c99d82169.tar.gz
hercules-d2a341dc093542a68a2770d6302ce48c99d82169.tar.bz2
hercules-d2a341dc093542a68a2770d6302ce48c99d82169.tar.xz
hercules-d2a341dc093542a68a2770d6302ce48c99d82169.zip
Fixed @loadnpc not updating the script_event[] array
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9850 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 2f546ae0d..ea28964f5 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -81,6 +81,7 @@ int npc_remove_map(struct npc_data *nd);
void npc_unload_duplicates (struct npc_data *nd);
int npc_unload(struct npc_data *nd);
int npc_reload(void);
+void npc_read_event_script(void);
int npc_script_event(TBL_PC* sd, int type);
extern char *current_file;