more changes to np

This commit is contained in:
NoM0Re
2024-06-30 19:24:25 +02:00
parent 5521af916a
commit 55939acfe0
7 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ local anchorers = {
local unit = regionData.region.state and regionData.region.state.unit
local found
if unit then
local frame = WeakAuras.GetUnitNameplate(unit)
local frame = WeakAuras.GetNamePlateForUnit(unit)
if frame then
frames[frame] = frames[frame] or {}
tinsert(frames[frame], regionData)