From c7ae22a6df40d2e2af5fab914c9e113471562560 Mon Sep 17 00:00:00 2001 From: Lance Date: Wed, 31 May 2006 05:40:08 +0000 Subject: [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 --- src/map/map.h | 2 -- src/map/npc.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 diff --git a/src/map/npc.h b/src/map/npc.h index 035c6ecf8..9710f6476 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -83,5 +83,7 @@ extern int dummy_npc_id; extern char *current_file; +struct npc_data *fake_nd; + #endif -- cgit v1.2.3-60-g2f50