summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-31 05:40:08 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-31 05:40:08 +0000
commitc7ae22a6df40d2e2af5fab914c9e113471562560 (patch)
tree6f08f3e45226474ef41cf5cddfafcb4bdfe5e66d /src/map/map.h
parentba274b2553fde9f28da42b6028289d8674d4a639 (diff)
downloadhercules-c7ae22a6df40d2e2af5fab914c9e113471562560.tar.gz
hercules-c7ae22a6df40d2e2af5fab914c9e113471562560.tar.bz2
hercules-c7ae22a6df40d2e2af5fab914c9e113471562560.tar.xz
hercules-c7ae22a6df40d2e2af5fab914c9e113471562560.zip
[Moved]:
fake_npc from map.h to npc.h git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6879 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 2f18845bc..883fbbe25 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1478,6 +1478,4 @@ typedef struct homun_data TBL_HOMUNCULUS;
extern int lowest_gm_level;
extern char main_chat_nick[16];
-struct npc_data *fake_nd;
-
#endif