From 803481a3df722bb8ec8d6d6f247ad95fb72159ec Mon Sep 17 00:00:00 2001 From: Luckyone Date: Thu, 5 Dec 2024 14:51:20 +0100 Subject: [PATCH] Add Scatter Shot --- ElvUI/Core/Defaults/Global.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI/Core/Defaults/Global.lua b/ElvUI/Core/Defaults/Global.lua index e7d14111be..674d244b71 100644 --- a/ElvUI/Core/Defaults/Global.lua +++ b/ElvUI/Core/Defaults/Global.lua @@ -193,6 +193,7 @@ G.unitframe = { ['362969'] = 'Azure Strike' }, HUNTER = { + ['19503'] = not E.Retail and 'Scatter Shot' or nil, ['2974'] = not E.Retail and 'Wing Clip' or nil, ['75'] = 'Auto Shot' },