Now look for alliance and fix issue with overkill alawys being 0
This commit is contained in:
@@ -35,7 +35,7 @@ function(allstates, e, ...)
|
||||
if UnitIsPlayer("nameplate" .. i) then
|
||||
local name = UnitName("nameplate" .. i)
|
||||
local faction = UnitFactionGroup("nameplate" .. i)
|
||||
if faction and faction == "Horde" then
|
||||
if faction and faction == "Alliance" then
|
||||
aura_env.RegisterAlly(name)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user