Skip to content

Commit

Permalink
Manually adding PR #821
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Oct 5, 2024
1 parent f94c1f5 commit bdf1e05
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frames/window_scrolldamage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bdf1e05

Please sign in to comment.