Results: 1Comments by: Scoboose
File: Real Mob Health08-28-19
If you would like this to work with...
Posted By: Scoboose
If you would like this to work with Shadowed Unit Frames add the following to the top of modules\health.lua function UnitHealth(unit) local cur,max=RealMobHealth.GetUnitHealth(unit); return cur; end function UnitHealthMax(unit) local cur,max=RealMobHealth.GetUnitHealth(unit); return max; end