WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /Voodoo
    from Rev 553 to Rev 554
    Reverse comparison

Rev 553 → Rev 554

Voodoo.lua
32,7 → 32,7
 
local function ChangeAction()
if InCombatLockdown() then
Print(AddOn.."Sorry, you can't change the button in combat.")
print(AddOn.."Sorry, you can't change the button in combat.")
return
end
local actiontype,itemID = GetCursorInfo()
116,7 → 116,7
end)
editbox:SetScript("OnEditFocusGained", function(self)
if InCombatLockdown() then
Print(AddOn.."Sorry, you can't change the target in combat.")
print(AddOn.."Sorry, you can't change the target in combat.")
return
end
if IsShiftKeyDown() and UnitExists("target") then