Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(UI): Potential fix for ElvUI/Plater combo
- Plater causes health bar to be loaded as Nameplate.unitFrame.healthBar, where ElvUI loads as Nameplate.unitFrame.Health, which was causing nil errors - To avoid this, check for Nameplate.unitFrame.Health before using it to set icon size
- Loading branch information