item_buyingstore.txt 262 B

12345678910
  1. // Buying Store Item List
  2. // List of items that can be sold to buying stores.
  3. //
  4. // Structure of Database:
  5. // ItemID
  6. //
  7. // Note:
  8. // Items are in same order as data\buyingstoreitemlist.txt, which
  9. // must be edited as well for the client to accept added items.