Quantcast

In addon:addTradeAcquire(): Moved AcquireIDList table out of the function and into an enclosing do block - wipe() it each time the function is called.

Author torhal <torhal@dummy.example.com>
Author date 2009-06-03 06:31:32
Author local date 2009-06-03 06:31:32 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-06-03 06:31:32
Committer local date 2009-06-03 06:31:32 +0000
Commit 30795b9487a05732a06b9184c5667b97eb85e079
Tree 42457cf326a7648e67a9b396500f70c9ad211fde
Parent 6e59173a4688529855a74ec58a19ef960bc8e73d
In addon:addTradeAcquire(): Moved AcquireIDList table out of the function and into an enclosing do block - wipe() it each time the function is called.
In addon:GetRecipeLocations(): Create tables for locationlist and locationchecklist in enclosing do block - wipe() them in the function. Re-organize if-else block into if-not-then-return.