diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2023-03-25 21:42:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 21:42:25 +0100 |
commit | cb744e65885e07e2be72544de8fe6d80e06fc9e6 (patch) | |
tree | 532ae2984a398aba4cb6775889efbb6e3f6fd018 /constants | |
parent | 77a1f2889fd94457cd863ebc1b67c72ca47c07e2 (diff) | |
parent | 196be51e84d26b422d2fd084e22aed4d21381abf (diff) | |
download | SkyHanni-REPO-cb744e65885e07e2be72544de8fe6d80e06fc9e6.tar.gz SkyHanni-REPO-cb744e65885e07e2be72544de8fe6d80e06fc9e6.tar.bz2 SkyHanni-REPO-cb744e65885e07e2be72544de8fe6d80e06fc9e6.zip |
Merge pull request #3
added SkyMart
Diffstat (limited to 'constants')
-rw-r--r-- | constants/TradeNpcs.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/constants/TradeNpcs.json b/constants/TradeNpcs.json index 64c66d4..a6d6990 100644 --- a/constants/TradeNpcs.json +++ b/constants/TradeNpcs.json @@ -1,41 +1,41 @@ { "equals": [ - "Trades", - "Ophelia", + "Abiphone Shop", "Adventurer", - "Bartender", - "Zog", - "Bea", "Alchemist", "Amelia", "An", "Bartender", + "Bartender", + "Bea", "Bubu", "Bulvar", - "Abiphone Shop", - "Ulyn", - "Lys", - "Mage Shop", + "Celeste Set", "Hilda", + "Iron Armor", + "Joyful Viking", "Librarian", + "Lys", "Mad Redstone Engineer", + "Mage Shop", "Marthos", "Master Tactician", - "Joyful Viking", + "Mercenary Armor", "Old Shaman Nyko", + "Ophelia", "Pat", - "Iron Armor", "Rosetta's ArmorS", - "Squire Armor", - "Mercenary Armor", - "Celeste Set", - "Starlight Set", "Shifty", "Smithmonger", - "Weaponsmith" + "Starlight Set", + "SkyMart", + "Trades", + "Ulyn", + "Weaponsmith", + "Zog" ], "endsWith": [ - " Merchant", - " Forger" + " Forger", + " Merchant" ] }
\ No newline at end of file |