Explorar o código

[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 %!s(int64=19) %!d(string=hai) anos
pai
achega
428c7271fd
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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