Merge remote-tracking branch 'fork/master'

This commit is contained in:
andrew6180
2024-05-19 14:48:19 -07:00
6 changed files with 62 additions and 36 deletions
+1
View File
@@ -178,6 +178,7 @@
local buffs_on_target = {
[10060] = true, --power infusion
[194384] = true, --atonement uptime
[378134] = true, --rallied to victory
}
Details.CreditBuffToTarget = buffs_on_target
+1
View File
@@ -509,6 +509,7 @@
pluginContainerFrame:EnableMouse(true)
pluginContainerFrame:SetMovable(true)
pluginContainerFrame:SetPoint("center", UIParent, "center", 0, 0)
pluginContainerFrame:SetClampedToScreen(true)
table.insert(UISpecialFrames, "DetailsPluginContainerWindow")
pluginContainerFrame:Hide()