Mercurial > wow > itemauditor
diff CHANGELOG.txt @ 137:526036e4358f
Ticket 42 - In order to fix an issue with having multiple items that are the same base item with different enchants, all costs are now tracked against the base item instead of the exact item.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Sat, 02 Oct 2010 19:21:56 -0700 |
parents | d3d5e82043d8 |
children | 7d258c041b11 |
line wrap: on
line diff
--- a/CHANGELOG.txt Sat Oct 02 13:01:09 2010 -0700 +++ b/CHANGELOG.txt Sat Oct 02 19:21:56 2010 -0700 @@ -2,6 +2,7 @@ - I removed the persistent queue (Ticket 33) It caused to many bugs and was blocking me from getting other things done. I think its something that will get implemented again once I figure out the best way to do it. - Ticket 43 - Updated the way ItemAuditor counts how many of each item you own to only count your current faction. +- Ticket 42 - In order to fix an issue with having multiple items that are the same base item with different enchants, all costs are now tracked against the base item instead of the exact item. 2010-09-15 Asa Ayers <Asa.Ayers@Gmail.com>