diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-26 00:29:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-26 00:29:00 -0300 |
commit | c512eebefec7859d85578477e42479abf58280b4 (patch) | |
tree | 8dae440d953b6c34ace177f8dbad98a29c456997 /db/constants.conf | |
parent | 93e46ffe5fec40115ffcf4eef41a8bd4047bd0f7 (diff) | |
download | serverdata-c512eebefec7859d85578477e42479abf58280b4.tar.gz serverdata-c512eebefec7859d85578477e42479abf58280b4.tar.bz2 serverdata-c512eebefec7859d85578477e42479abf58280b4.tar.xz serverdata-c512eebefec7859d85578477e42479abf58280b4.zip |
Hopefully fix coin shops
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 3ae56b371..a79267fef 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4004,6 +4004,9 @@ constants_db: { NPC_M_SHOPKEEPER: 811 NPC_F_SHOPKEEPER: 812 + NPC_M_COINKEEPER: 813 + NPC_F_COINKEEPER: 814 + NPC_SAVE_POINT: 901 NPC_LEFT_HAMMOCK: 904 NPC_RIGHT_HAMMOCK: 905 |