Quantcast

In addon:CheckDisplayRecipe(): Moved the profession check to the top of the function so we can bail out immediately, and replaced 34 "if" checks for filter flags with an iteratitive check over the new HardFilterMap table. Also, did some cleaning of the syntax.

Author torhal <torhal@dummy.example.com>
Author date 2009-11-12 20:44:12
Author local date 2009-11-12 20:44:12 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-12 20:44:12
Committer local date 2009-11-12 20:44:12 +0000
Commit 93f0d3679195f8ac0605ee84426a3778a04a3fdf
Tree acbb3570758e318076adba4ec30842bce5bd7c6c
Parent 093d7ede714479aaadae0dffa0bf3f264fa15629
In addon:CheckDisplayRecipe(): Moved the profession check to the top of the function so we can bail out immediately, and replaced 34 "if" checks for filter flags with an iteratitive check over the new HardFilterMap table. Also, did some cleaning of the syntax.
In CheckReputationDisplay(): Minor cleanup.