diff --git a/Libs/LibOpenRaid/LibOpenRaid.lua b/Libs/LibOpenRaid/LibOpenRaid.lua index 415110e8..696123d1 100644 --- a/Libs/LibOpenRaid/LibOpenRaid.lua +++ b/Libs/LibOpenRaid/LibOpenRaid.lua @@ -31,7 +31,7 @@ LIB_OPEN_RAID_CAN_LOAD = false local major = "LibOpenRaid-1.0" -local CONST_LIB_VERSION = 133 +local CONST_LIB_VERSION = 134 if (LIB_OPEN_RAID_MAX_VERSION) then if (CONST_LIB_VERSION <= LIB_OPEN_RAID_MAX_VERSION) then diff --git a/boot.lua b/boot.lua index 4a133db7..33e5881f 100644 --- a/boot.lua +++ b/boot.lua @@ -19,8 +19,8 @@ local addonName, Details222 = ... local version = GetBuildInfo() - Details.build_counter = 12826 - Details.alpha_build_counter = 12826 --if this is higher than the regular counter, use it instead + Details.build_counter = 12827 + Details.alpha_build_counter = 12827 --if this is higher than the regular counter, use it instead Details.dont_open_news = true Details.game_version = version Details.userversion = version .. " " .. Details.build_counter diff --git a/classes/class_damage.lua b/classes/class_damage.lua index 7bd3e341..570184d4 100644 --- a/classes/class_damage.lua +++ b/classes/class_damage.lua @@ -2684,7 +2684,7 @@ end --handle internal details! events local eventListener = Details:CreateEventListener() -eventListener:RegisterEvent("COMBAT_PLAYER_ENTER", function() +eventListener:RegisterEvent("COMBAT_PLAYER_ENTER", function(eventName, combatObject) if (Details.CacheInLineMaxDistance) then Details:Destroy(Details.CacheInLineMaxDistance) diff --git a/images/bar_textures/black_to_transparent_gradient.png b/images/bar_textures/black_to_transparent_gradient.png new file mode 100644 index 00000000..85c8e4c1 Binary files /dev/null and b/images/bar_textures/black_to_transparent_gradient.png differ