Quantcast

The following functions no longer exist, since they were only used in addon:Scan() and their code now resides there: addon:ScanForKnownRecipes(), ResetKnown(), and GetTradeSpecialty().

Author torhal <torhal@dummy.example.com>
Author date 2009-11-12 12:53:04
Author local date 2009-11-12 12:53:04 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-12 12:53:04
Committer local date 2009-11-12 12:53:04 +0000
Commit 093d7ede714479aaadae0dffa0bf3f264fa15629
Tree d23cc0b5ff6ed4493b0deadaaa54f67432407c4b
Parent 16847def99fb4623e76958a00de0e949e94ccf87
The following functions no longer exist, since they were only used in addon:Scan() and their code now resides there: addon:ScanForKnownRecipes(), ResetKnown(), and GetTradeSpecialty().
Assigned spellIDs as the values in the specialty tables instead of "true". This allows the removal of GetSpellLink() and other sortid code when assigning the specialty during a scan.
Removed various checks for the existence of addon.Frame, since it will always exist now.