diff options
Diffstat (limited to 'src/map/vending.h')
-rw-r--r-- | src/map/vending.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/vending.h b/src/map/vending.h index 6cfc90820..b67f22916 100644 --- a/src/map/vending.h +++ b/src/map/vending.h @@ -21,5 +21,6 @@ void vending_vendinglistreq(struct map_session_data* sd, int id); void vending_purchasereq(struct map_session_data* sd, int aid, int uid, const uint8* data, int count); bool vending_search(struct map_session_data* sd, unsigned short nameid); bool vending_searchall(struct map_session_data* sd, const struct s_search_store_search* s); +bool vending_checknearnpc(struct block_list * bl); #endif /* _VENDING_H_ */ |