summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/map.h2
-rw-r--r--src/map/npc.h2
2 files changed, 2 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
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