Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
siweia committed Aug 9, 2020
1 parent 6ca2367 commit 59fafd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Interface/AddOns/NDui/Modules/UFs/Nameplates.lua
Expand Up @@ -96,7 +96,7 @@ function UF:UpdateColor(_, unit)
local isCustomUnit = customUnits[name] or customUnits[npcID]
local isPlayer = self.isPlayer
local isFriendly = self.isFriendly
local status = self.feedbackUnit and UnitThreatSituation(self.feedbackUnit, unit) or false -- just in case
local status = UnitThreatSituation("player", unit) or false -- just in case
local isTargeting = UnitIsUnit(unit.."target", "player")
local customColor = NDuiDB["Nameplate"]["CustomColor"]
local secureColor = NDuiDB["Nameplate"]["SecureColor"]
Expand Down

0 comments on commit 59fafd6

Please sign in to comment.