Compare commits

...

2 Commits

Author SHA1 Message Date
32df4c501e Add screenshot for cast bar timer 2024-03-02 21:21:34 -05:00
5e40f0ce41 Fix comment for hit indicator text 2024-03-02 21:20:36 -05:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

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