From 05ece16a2da04c6440bb73b603c87daff34a1e2d Mon Sep 17 00:00:00 2001 From: qlesz Date: Sun, 27 Oct 2024 13:00:55 +0100 Subject: [PATCH] Update NxFav.lua added few new icons --- NxFav.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NxFav.lua b/NxFav.lua index d3ca4fe..dc67c8b 100644 --- a/NxFav.lua +++ b/NxFav.lua @@ -252,6 +252,22 @@ function Nx.Notes:Init() "Interface\\TargetingFrame\\UI-PVP-FFA", "Interface\\PVPFrame\\PVP-ArenaPoints-Icon", "Interface\\Icons\\Spell_Arcane_PortalDalaran", + "Interface\\Icons\\inv_spell_arcane_portaldornogal", + "Interface\\Icons\\ui_profession_alchemy", + "Interface\\Icons\\ui_profession_blacksmithing", + "Interface\\Icons\\ui_profession_cooking", + "Interface\\Icons\\ui_profession_enchanting", + "Interface\\Icons\\ui_profession_engineering", + "Interface\\Icons\\ui_profession_fishing", + "Interface\\Icons\\ui_profession_herbalism", + "Interface\\Icons\\ui_profession_inscription", + "Interface\\Icons\\ui_profession_jewelcrafting", + "Interface\\Icons\\ui_profession_leatherworking", + "Interface\\Icons\\ui_profession_mining", + "Interface\\Icons\\ui_profession_skinning", + "Interface\\Icons\\ui_profession_tailoring", + "Interface\\Icons\\garrison_armorupgrade", + "Interface\\Icons\\ui_delves", } CarboniteNotes:RegisterEvent("LOOT_CLOSED", function() Nx.Notes:Update(); end )