diff options
author | Lorenz <ESs95s3P5z8Pheb> | 2022-07-15 20:53:02 +0200 |
---|---|---|
committer | Lorenz <ESs95s3P5z8Pheb> | 2022-07-15 20:53:02 +0200 |
commit | 5cfa592e9e908566f3296d19ff35e15db6105eb4 (patch) | |
tree | 14e1944d3e1bb08a870649cec607f128169fc82e /constants | |
parent | a003787762cc1454a26b132fc3fac53fa99585f2 (diff) | |
download | SkyHanni-REPO-5cfa592e9e908566f3296d19ff35e15db6105eb4.tar.gz SkyHanni-REPO-5cfa592e9e908566f3296d19ff35e15db6105eb4.tar.bz2 SkyHanni-REPO-5cfa592e9e908566f3296d19ff35e15db6105eb4.zip |
added trade npc list
Diffstat (limited to 'constants')
-rw-r--r-- | constants/TradeNpcs.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/constants/TradeNpcs.json b/constants/TradeNpcs.json new file mode 100644 index 0000000..fac387b --- /dev/null +++ b/constants/TradeNpcs.json @@ -0,0 +1,11 @@ +{ + "equals": [ + "Trades", + "Ophelia", + "Adventurer", + "Bartender" + ], + "endsWith": [ + " Merchant" + ] +}
\ No newline at end of file |