Mercurial > wow > itemauditor
comparison CHANGELOG.txt @ 159:fbfd9dfa6d2b tip
[mq]: minorStuff
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Sun, 09 Jan 2011 07:38:22 -0800 |
parents | 7ebe0a85d539 |
children |
comparison
equal
deleted
inserted
replaced
158:7ebe0a85d539 | 159:fbfd9dfa6d2b |
---|---|
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 - 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. |
5 - Added a work around for the fact that GetItemInfo doesn't always return item links. | |
5 | 6 |
6 2010-12-10 Asa Ayers <Asa.Ayers@Gmail.com> | 7 2010-12-10 Asa Ayers <Asa.Ayers@Gmail.com> |
7 | 8 |
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. | 9 - 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. |
9 | 10 |