summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-23 00:16:51 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-23 00:16:51 +0300
commitab9362782312ad81ef1c1d47dcac464607a710a2 (patch)
treec0ae55743e75a614718f3dd8fef1df7e23644336 /src/map/npc.h
parent1b827f192497a2b57150df9f56d0fa82df890b0b (diff)
downloadevol-hercules-ab9362782312ad81ef1c1d47dcac464607a710a2.tar.gz
evol-hercules-ab9362782312ad81ef1c1d47dcac464607a710a2.tar.bz2
evol-hercules-ab9362782312ad81ef1c1d47dcac464607a710a2.tar.xz
evol-hercules-ab9362782312ad81ef1c1d47dcac464607a710a2.zip
map: if got buy command for market npc, show market instead of buy shop.
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index 54685b2..f4ca1b9 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -7,4 +7,6 @@
void enpc_parse_unknown_mapflag(const char *name, char *w3, char *w4, const char* start,
const char* buffer, const char* filepath, int *retval);
+int enpc_buysellsel(struct map_session_data* sd, int *id, int *type);
+
#endif // EVOL_MAP_NPC