WoWInterface SVN ArchWizard

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 43 to Rev 42
    Reverse comparison

Rev 43 → Rev 42

trunk/ArchWizard/core.lua
101,7 → 101,7
if(not IsAddOnLoaded("Blizzard_ArchaeologyUI")) then
UIParentLoadAddOn("Blizzard_ArchaeologyUI")
end
local continent = C_Map and getContinent() or GetCurrentMapContinent()
local continent = getContinent()
if(continent) then
for i=1,GetNumArchaeologyRaces() do
local raceName, raceTexture, raceItemID, raceCurrency, numFragmentsRequired = GetArchaeologyRaceInfo(i)