Mercurial > wow > itemauditor
diff CHANGELOG.txt @ 158:7ebe0a85d539
Fixed the way ItemLinks are extracted so that ItemAuditor can handle negative UniqeIDs. I had two of the same item, but one had a negative unique id and was being tracked as if it were a different item.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Wed, 15 Dec 2010 23:15:17 -0800 |
parents | 091bae7bfca0 |
children | fbfd9dfa6d2b |
line wrap: on
line diff
--- a/CHANGELOG.txt Wed Dec 15 22:49:28 2010 -0800 +++ b/CHANGELOG.txt Wed Dec 15 23:15:17 2010 -0800 @@ -1,6 +1,7 @@ 2011-01-09 Asa Ayers <Asa.Ayers@Gmail.com> - Fixed a bug in calculating purchase/sale where the item ID was being used instead of the number of items that changed. +- Fixed the way ItemLinks are extracted so that ItemAuditor can handle negative UniqeIDs. I had two of the same item, but one had a negative unique id and was being tracked as if it were a different item. 2010-12-10 Asa Ayers <Asa.Ayers@Gmail.com>