소스 검색

[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