diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-27 07:12:30 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-27 07:12:30 +0000 |
commit | e8524f706aa516778e6e5e926edff2a839989ed8 (patch) | |
tree | a7e84171134ee393b87ddb15b667c0db2bbb8963 /src/map/npc.h | |
parent | 256091ef87f7eeb6c73e54ab5332e9651bbd36a3 (diff) | |
download | hercules-e8524f706aa516778e6e5e926edff2a839989ed8.tar.gz hercules-e8524f706aa516778e6e5e926edff2a839989ed8.tar.bz2 hercules-e8524f706aa516778e6e5e926edff2a839989ed8.tar.xz hercules-e8524f706aa516778e6e5e926edff2a839989ed8.zip |
* Fixed fake_nd not being exported correctly and being unloaded when reloading scripts. (probably fixes bugreport:444)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11816 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 c1a7dbfe9..2d203fdb5 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -90,6 +90,6 @@ int npc_reload(void); void npc_read_event_script(void); int npc_script_event(struct map_session_data* sd, int type); -struct npc_data *fake_nd; +extern struct npc_data* fake_nd; #endif /* _NPC_H_ */ |