WoWInterface SVN BrokerCharacterTitles

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 4 to Rev 5
    Reverse comparison

Rev 4 → Rev 5

trunk/Broker_CharacterTitles/Broker_CharacterTitles.lua
94,8 → 94,8
end
end
 
function BRCharTitle:ForceHidePlayerTitleDropDown()
_G["PlayerTitleDropDown"]:Hide()
function BRCharTitle:ForceHidePlayerTitleFrame()
_G["PlayerTitleFrame"]:Hide()
end
 
BRCharTitle:SecureHook(PlayerTitleDropDown, "Show", "ForceHidePlayerTitleDropDown")
\ No newline at end of file +BRCharTitle:SecureHook(PlayerTitleFrame, "Show", "ForceHidePlayerTitleFrame") \ No newline at end of file