Compare commits

..

No commits in common. "32df4c501e64db4e8f28be0270ac5688424586b2" and "8673094b447dc34607ed15d263c531faceb3bead" have entirely different histories.

2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -3,6 +3,6 @@
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
PlayerFrame:HookScript("OnEvent", function() PlayerFrame:HookScript("OnEvent", function()
-- hide player damage and healing received text -- hide player leader icon
PlayerFrame.PlayerFrameContent.PlayerFrameContentMain.HitIndicator.HitText:Hide() PlayerFrame.PlayerFrameContent.PlayerFrameContentMain.HitIndicator.HitText:Hide()
end) end)