Temporary workaround for PUI

This commit is contained in:
NoM0Re
2024-08-25 13:13:04 +02:00
parent 6c5d62289c
commit 6cfb24673c
3 changed files with 58 additions and 17 deletions
+5 -5
View File
@@ -2675,9 +2675,9 @@ Private.multiUnitId = {
["partypetsonly"] = true,
["raid"] = true,
}
if WeakAuras.isAwesomeEnabled then
Private.multiUnitId["nameplate"] = true
end
--if WeakAuras.isAwesomeEnabled then
-- Private.multiUnitId["nameplate"] = true
--end
Private.multiUnitUnits = {
["boss"] = {},
@@ -2718,8 +2718,8 @@ end
for i = 1, 40 do
Private.baseUnitId["raid"..i] = true
Private.baseUnitId["raidpet"..i] = true
--Private.baseUnitId["nameplate"..i] = true -- no need to restrict it, blizzard only allows 40 nameplates, we can get all.
--Private.multiUnitUnits.nameplate["nameplate"..i] = true -- no need to restrict it, blizzard only allows 40 nameplates, we can get all.
-- Private.baseUnitId["nameplate"..i] = true -- no need to restrict it, blizzard only allows 40 nameplates, we can get all.
-- Private.multiUnitUnits.nameplate["nameplate"..i] = true -- no need to restrict it, blizzard only allows 40 nameplates, we can get all.
Private.multiUnitUnits.group["raid"..i] = true
Private.multiUnitUnits.raid["raid"..i] = true
Private.multiUnitUnits.group["raidpet"..i] = true