from retail
This commit is contained in:
@@ -45,7 +45,7 @@ if LibGroupTalents then
|
||||
for i = 1, numMembers do
|
||||
local groupUnitName = UnitName(units[i])
|
||||
if groupUnitName then
|
||||
nameToUnitMap[groupUnitName] = groupUnit
|
||||
nameToUnitMap[groupUnitName] = groupUnitName
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
+4
-3
@@ -1089,10 +1089,11 @@ local function update_forms()
|
||||
Private.form_types[i] = i.." - "..name
|
||||
end
|
||||
end
|
||||
if Private.OptionsFrame and not tCompare(oldForms, Private.form_types) then
|
||||
Private.OptionsFrame():ReloadOptions()
|
||||
end
|
||||
end
|
||||
if Private.OptionsFrame and not tCompare(oldForms, Private.form_types) then
|
||||
Private.OptionsFrame():ReloadOptions()
|
||||
end
|
||||
|
||||
local form_frame = CreateFrame("Frame");
|
||||
form_frame:RegisterEvent("UPDATE_SHAPESHIFT_FORMS")
|
||||
form_frame:RegisterEvent("PLAYER_LOGIN")
|
||||
|
||||
@@ -68,9 +68,9 @@ function spellCache.Build()
|
||||
cache[name].spells = cache[name].spells .. "," .. id .. "=" .. icon
|
||||
end
|
||||
misses = 0
|
||||
if holes and holes[id] then
|
||||
id = holes[id]
|
||||
end
|
||||
--if holes and holes[id] then
|
||||
-- id = holes[id]
|
||||
--end
|
||||
else
|
||||
misses = misses + 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user