diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-11 22:39:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-11 22:39:55 -0300 |
commit | 85edd8bd0ef4236809be8cc77f4d17c835d81491 (patch) | |
tree | e0710770d8b5a654a3ea2ad7da278b49158bd856 /db | |
parent | f0f8d2242c273d563b6003720ef054444188d4ce (diff) | |
download | serverdata-85edd8bd0ef4236809be8cc77f4d17c835d81491.tar.gz serverdata-85edd8bd0ef4236809be8cc77f4d17c835d81491.tar.bz2 serverdata-85edd8bd0ef4236809be8cc77f4d17c835d81491.tar.xz serverdata-85edd8bd0ef4236809be8cc77f4d17c835d81491.zip |
This isn't a bank, this is a thief!
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 0023a537c..7968252f8 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1810,6 +1810,7 @@ constants_db: { NPC_LEGACY_GUARD_B: 217 NPC_LEGACY_GUARD_C: 218 NPC_SITTED_NINJA: 219 + NPC_SCAMMER: 220 NPC_CRUSADER: 221 NPC_LEGACY_GUARD_A: 222 NPC_LOF_RICH: 223 @@ -1819,6 +1820,7 @@ constants_db: { NPC_SWORDS_SIGN2: 230 NPC_TOMBOY: 231 NPC_LOF_BARKEEPER: 232 + NPC_LOF_TRAVMERC: 233 NPC_LOF_STRANGER: 234 NPC_LOF_NOBLEMAN: 235 NPC_SHEILA: 236 |