summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-01-14 00:42:29 +0300
committerAndrei Karas <akaras@inbox.ru>2020-02-09 21:30:37 +0300
commit92bcd85116ff374bca68e77ac1dd68ba29bf61e2 (patch)
treef0fa5760fe758cedc8f72c0f967a2112972507b8 /src/map/npc.h
parent3d9ee62e21d538a739ad773640a6e05e97991d58 (diff)
downloadhercules-92bcd85116ff374bca68e77ac1dd68ba29bf61e2.tar.gz
hercules-92bcd85116ff374bca68e77ac1dd68ba29bf61e2.tar.bz2
hercules-92bcd85116ff374bca68e77ac1dd68ba29bf61e2.tar.xz
hercules-92bcd85116ff374bca68e77ac1dd68ba29bf61e2.zip
Add expanded barter shop constant
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index c5f44f0e0..64c0e37e9 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -48,6 +48,7 @@ enum npc_shop_types {
NST_MARKET, /* official npc market type */
NST_CUSTOM,
NST_BARTER, /* official npc barter type */
+ NST_EXPANDED_BARTER, /* official npc expanded barter type */
/* */
NST_MAX,
};