浏览代码

[Moved]:
fake_npc from map.h to npc.h

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6879 54d463be-8e91-2dee-dedb-b68131a5f0ec

Lance 19 年之前
父节点
当前提交
428c7271fd
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 0 2
      src/map/map.h
  2. 2 0
      src/map/npc.h

+ 0 - 2
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

+ 2 - 0
src/map/npc.h

@@ -83,5 +83,7 @@ extern int dummy_npc_id;
 
 extern char *current_file;
 
+struct npc_data *fake_nd;
+
 #endif