ethanmoffat / EndlessClient

An open source client for Endless Online written in C#
MIT License
34 stars 16 forks source link

Inventory storage should be tracked based on server #248

Closed ethanmoffat closed 1 year ago

ethanmoffat commented 1 year ago

Right now an ini file is written in the application directory that tracks the item placement location for each character's inventory. Inventory layouts are separated by character/account but should also be separated by server.

MrDanOak commented 1 year ago

I think https://github.com/ethanmoffat/EndlessClient/pull/282 addresses this now 😊