From 362336b10aa4c203453bbae4b7069ef6099aa58b Mon Sep 17 00:00:00 2001 From: shagu Date: Sat, 1 Aug 2020 15:05:17 +0200 Subject: [PATCH] unitframes: add hunter aspects to indicators thanks @elenmerbau --- api/unitframes.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/unitframes.lua b/api/unitframes.lua index 99d1cc5b..9ebad130 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -1980,6 +1980,12 @@ function pfUI.uf:SetupBuffIndicators(config) end if myclass == "HUNTER" then + -- Aspect of the Wild + table.insert(indicators, "interface\\icons\\spell_nature_protectionformnature") + + -- Aspect of the Pack + table.insert(indicators, "interface\\icons\\ability_mount_whitetiger") + -- Misdirection (TBC) table.insert(indicators, "interface\\icons\\ability_hunter_misdirection") end