diff options
Diffstat (limited to 'src/map/data/npcd.h')
-rw-r--r-- | src/map/data/npcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/data/npcd.h b/src/map/data/npcd.h index dacd861..986e793 100644 --- a/src/map/data/npcd.h +++ b/src/map/data/npcd.h @@ -6,7 +6,7 @@ struct NpcdExt; -struct NpcdExt *npcd_get(int fd); +struct NpcdExt *npcd_get(struct npc_data *nd); struct NpcdExt *npcd_create(void); #endif // EVOL_MAP_NPCD |