Mercurial > wow > itemauditor
comparison 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 |
comparison
equal
deleted
inserted
replaced
157:091bae7bfca0 | 158:7ebe0a85d539 |
---|---|
1 2011-01-09 Asa Ayers <Asa.Ayers@Gmail.com> | 1 2011-01-09 Asa Ayers <Asa.Ayers@Gmail.com> |
2 | 2 |
3 - Fixed a bug in calculating purchase/sale where the item ID was being used instead of the number of items that changed. | 3 - Fixed a bug in calculating purchase/sale where the item ID was being used instead of the number of items that changed. |
4 - 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. | |
4 | 5 |
5 2010-12-10 Asa Ayers <Asa.Ayers@Gmail.com> | 6 2010-12-10 Asa Ayers <Asa.Ayers@Gmail.com> |
6 | 7 |
7 - I removed all of the vellums that were removed from the game. This also allowed me to make the one remaining vellum count toward the materials required to craft a scroll. | 8 - I removed all of the vellums that were removed from the game. This also allowed me to make the one remaining vellum count toward the materials required to craft a scroll. |
8 | 9 |