From 754fb553046abce7b8d8c53e7528766a74dcdbb9 Mon Sep 17 00:00:00 2001 From: Krathe Date: Sun, 10 May 2026 16:18:48 +0100 Subject: [PATCH] (Aura Blacklist) Fix incorrect icon for Skyfury in Buff Blacklist Replaces the wrong hardcoded icon ID (135831, Windfury Weapon) with the correct file data ID (4630367, achievement_raidprimalist_windelemental) for Skyfury (spellId 462854). --- AuraBlacklist/Config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuraBlacklist/Config.lua b/AuraBlacklist/Config.lua index d32d21e3..01546750 100644 --- a/AuraBlacklist/Config.lua +++ b/AuraBlacklist/Config.lua @@ -81,7 +81,7 @@ DF.AuraBlacklist.BuffSpells = { { spellId = 444490, display = "Hydrobubble", icon = 1320371 }, { spellId = 20608, display = "Reincarnation", icon = 451167 }, { spellId = 61295, display = "Riptide", icon = 252995 }, - { spellId = 462854, display = "Skyfury", icon = 135831 }, + { spellId = 462854, display = "Skyfury", icon = 4630367 }, { spellId = 369459, display = "Source of Magic", icon = 4630412 }, { spellId = 462757, display = "Thunderstrike Ward", icon = 5975854 }, { spellId = 457496, display = "Tidecaller's Guard", icon = 1355357 },