Quantcast

In addon:addLookupList(): Added code to grab the localized quest name from its tooltip.

Author torhal <torhal@dummy.example.com>
Author date 2010-01-21 02:09:05
Author local date 2010-01-21 02:09:05 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2010-01-21 02:09:05
Committer local date 2010-01-21 02:09:05 +0000
Commit a03b4a0ddefa04a5ab91c3906a6d5d488b548207
Tree e5f1ab7e2b67050e047b82bbc0934d14f76f11b3
Parent e4e614f59684784c1810b63ce6a9ba8392bf30f7
In addon:addLookupList(): Added code to grab the localized quest name from its tooltip.
In Quest.lua: Added NEUTRAL, ALLIANCE, and HORDE constants.
In addon:InitQuest(): Added local function AddQuest(), which is a wrapper for addon:addLookupList(). Also removed all quest names, since those will be mined from the client. Replaced all calls to addon:addLookupList() with AddQuest().
Re-formatted a comment.