From bdf1e05df27385c65a5ff764d42891db8297a9a9 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Sat, 5 Oct 2024 11:26:33 -0300 Subject: [PATCH] Manually adding PR #821 --- frames/window_scrolldamage.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frames/window_scrolldamage.lua b/frames/window_scrolldamage.lua index 211fd0d29..3d26c21a6 100644 --- a/frames/window_scrolldamage.lua +++ b/frames/window_scrolldamage.lua @@ -300,7 +300,13 @@ end local targetDummieHandle = CreateFrame("frame") local targetDummiesIds = { - [31146] = true, --raider's training dummie + [31146] = true, --raider's training dummie + [225983] = true, --Dungeoneer's training dummy - Dornogal + [225984] = true, --Normal dummy - Dornogal + [225979] = true, --Healing Dummy - Dornogal + [225982] = true, --Cleave Dummy - Dornogal + [225977] = true, --Dungeoneer's Tanking dummy - Dornogal + [225976] = true, --Normal Tanking dummy - Dornogal } targetDummieHandle:SetScript("OnEvent", function(_, _, unit)