diff options
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index ac411697e..5911a338d 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -157,6 +157,8 @@ int npc_cashshop_buy(struct map_session_data *sd, int nameid, int amount, int po extern struct npc_data* fake_nd; +int npc_cashshop_buylist(struct map_session_data *sd, int points, int count, unsigned short* item_list); + /** * For the Secure NPC Timeout option (check config/Secure.h) [RR] **/ |