summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-16 12:15:53 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-16 12:15:53 -0200
commitc96b6f1b3f9ccc558f72a3cf16c057fdb59faa91 (patch)
treeec1a05a238560f33bb3a5b369c9ae70257e8e4b1 /db/constants.conf
parente65c1231e445eae270a0e515eac3de03c3310b57 (diff)
downloadserverdata-c96b6f1b3f9ccc558f72a3cf16c057fdb59faa91.tar.gz
serverdata-c96b6f1b3f9ccc558f72a3cf16c057fdb59faa91.tar.bz2
serverdata-c96b6f1b3f9ccc558f72a3cf16c057fdb59faa91.tar.xz
serverdata-c96b6f1b3f9ccc558f72a3cf16c057fdb59faa91.zip
NPC_M_SHOPKEEPER and the female counterpart can be used FOR SHOPS.
Using in a shopkeeper will *not* work without special care at client/npcs.xml
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 2a8d702bb..0f4097b7b 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3961,6 +3961,9 @@ constants_db: {
NPC_ELF: 803
NPC_ELF_F: 804
+ NPC_M_SHOPKEEPER: 811
+ NPC_F_SHOPKEEPER: 812
+
NPC_SAVE_POINT: 901
NPC_LEFT_HAMMOCK: 904
NPC_RIGHT_HAMMOCK: 905