14 - Hide queues from auction window on another realm
This may be an interaction with Auctioneer. (I'm using the latest from Norganna svn.)
When I open the auction window on a second realm, I see a shopping list of items needed for the first realm. This makes no sense. ATSW should keep data separated per-realm.
It's fine with me to show the list from the opposite faction of the same realm, as I may buy materials from the cheaper faction and move them across the neutral AH with a helper account.
| User | When | Change |
|---|---|---|
| SpareSimian | Wed, 20 May 2009 12:17:00 | Create |
- 1 comment
- 1 comment
Facts
- Last updated on
- 22 Jan 2010
- Reported on
- 20 May 2009
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #1
SpareSimian Tue, 16 Jun 2009 06:10:26It looks like there's a design problem that needs to be addressed first: The queue only stores the item name and count and itemlink, so the information necessary to do the filtering has been lost when the item is placed in the queue. The queue saved to a file has the player name but lacks the realm and faction. (I use the same toon name for more than one realm, with different skills.) There's currently no version number saved in the saved data, to help with format migration.
So we need to push the current data into a deeper hierarchy that includes realm and faction wrappers around the existing character-indexed containers, and we need a global format number that changes when the saved data format changes, to allow migration code to trigger when old format files are seen.