Quantcast

Fixed value bug in the tooltip hook: If a scan had not been performed, skill level data for the given profession would be a boolean instead of a number - now this is treated as 0 skill.

Author torhal <torhal@dummy.example.com>
Author date 2009-12-18 06:19:57
Author local date 2009-12-18 06:19:57 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-12-18 06:19:57
Committer local date 2009-12-18 06:19:57 +0000
Commit 0bb0afe8db1ea6c80edc9050261567f8e9fb7c56
Tree 7dc93f326161e342316e3cc23778e05da152bb9d
Parent 571e83aca39aacc64b68107cde6daeb908e1e205
Fixed value bug in the tooltip hook: If a scan had not been performed, skill level data for the given profession would be a boolean instead of a number - now this is treated as 0 skill.
In addon:Scan(): Added an is_refresh parameter and some state-saving/comparison for number of recipes known. This ensures that we only refresh the displayed list when a new recipe is learned. Previously, this was occurring every time TRADE_SKILL_UPDATE was fired, which appears to have the ability to be broadcast from other players.