View Single Post
01-14-20, 12:47 AM   #2
rulezyx
A Flamescale Wyrmkin
 
rulezyx's Avatar
Join Date: Jan 2020
Posts: 106
I solved it with the Author (PortraitDamageText.lua)

I changed the line 202 from:

Code:
" if unitIDs[unitID] then"

to

" if unitIDs[unitID] and action ~= "HEAL" then"
  Reply With Quote