From 05b49ad949f32c9d13848eaa05176ca2b0751e23 Mon Sep 17 00:00:00 2001 From: funkydude Date: Fri, 9 Aug 2024 18:01:48 +0100 Subject: [PATCH] Nyalotha/NZoth: Update nameplate API --- Nyalotha/NZoth.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Nyalotha/NZoth.lua b/Nyalotha/NZoth.lua index 230fd5a..81ab813 100644 --- a/Nyalotha/NZoth.lua +++ b/Nyalotha/NZoth.lua @@ -270,9 +270,9 @@ do self:Bar(310184, 12.1, CL.count:format(self:SpellName(310184), creepingAnguishCount)) -- Creeping Anquish elseif mobId == 162933 and not mobCollector[guid] then -- Thought Harvester mobCollector[guid] = true - self:NameplateBar(317066, 8.5, guid) -- Harvest Thoughts + self:Nameplate(317066, 8.5, guid) -- Harvest Thoughts if self:Tank() then - self:NameplateBar(316711, 3, guid) -- Mindwrack + self:Nameplate(316711, 3, guid) -- Mindwrack end local t = GetTime() if t-prev > 2 then -- 2 Spawn at the same in Mythic @@ -341,7 +341,7 @@ do prev = t self:Message(args.spellId, "red") self:PlaySound(args.spellId, "alarm") - self:NameplateBar(args.spellId, 8.5, args.sourceGUID) + self:Nameplate(args.spellId, 8.5, args.sourceGUID) end end end @@ -749,7 +749,7 @@ do self:Message(args.spellId, "orange") self:PlaySound(args.spellId, "alarm") end - self:NameplateBar(args.spellId, self:Mythic() and 30 or 23, args.sourceGUID) + self:Nameplate(args.spellId, self:Mythic() and 30 or 23, args.sourceGUID) end end