diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 9ccca29..c0c29bf 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -53,7 +53,7 @@ void enpc_parse_unknown_mapflag(const char *name, char *w3, char *w4, const char hookStop(); } -int enpc_buysellsel(struct map_session_data* sd, int *id, int *type) +int enpc_buysellsel(TBL_PC* sd, int *id, int *type) { struct npc_data *nd; |