|
@@ -1237,6 +1237,7 @@ bool npc_scriptcont(struct map_session_data* sd, int id, bool closing);
|
|
|
struct npc_data* npc_checknear(struct map_session_data* sd, struct block_list* bl);
|
|
|
int npc_buysellsel(struct map_session_data* sd, int id, int type);
|
|
|
uint8 npc_buylist(struct map_session_data* sd, uint16 n, struct s_npc_buy_list *item_list);
|
|
|
+static int npc_buylist_sub(struct map_session_data* sd, uint16 n, struct s_npc_buy_list *item_list, struct npc_data* nd);
|
|
|
uint8 npc_selllist(struct map_session_data* sd, int n, unsigned short *item_list);
|
|
|
void npc_parse_mob2(struct spawn_data* mob);
|
|
|
struct npc_data* npc_add_warp(char* name, short from_mapid, short from_x, short from_y, short xs, short ys, unsigned short to_mapindex, short to_x, short to_y);
|