diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 7beb0bb4a..2f18845bc 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1478,6 +1478,6 @@ typedef struct homun_data TBL_HOMUNCULUS; extern int lowest_gm_level;
extern char main_chat_nick[16];
-int fake_npc_id;
+struct npc_data *fake_nd;
#endif
|