WoWInterface SVN ArchWizard

Compare Revisions

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

Rev 42 → Rev 43

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