Fixing typos and updating OpenRaid

This commit is contained in:
Tercio Jose
2024-08-03 16:22:08 -03:00
committed by andrew6180
parent 5b160915e5
commit 68be90f6cd
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ LIB_OPEN_RAID_CAN_LOAD = false
local major = "LibOpenRaid-1.0" local major = "LibOpenRaid-1.0"
local CONST_LIB_VERSION = 133 local CONST_LIB_VERSION = 134
if (LIB_OPEN_RAID_MAX_VERSION) then if (LIB_OPEN_RAID_MAX_VERSION) then
if (CONST_LIB_VERSION <= LIB_OPEN_RAID_MAX_VERSION) then if (CONST_LIB_VERSION <= LIB_OPEN_RAID_MAX_VERSION) then
+2 -2
View File
@@ -19,8 +19,8 @@
local addonName, Details222 = ... local addonName, Details222 = ...
local version = GetBuildInfo() local version = GetBuildInfo()
Details.build_counter = 12826 Details.build_counter = 12827
Details.alpha_build_counter = 12826 --if this is higher than the regular counter, use it instead Details.alpha_build_counter = 12827 --if this is higher than the regular counter, use it instead
Details.dont_open_news = true Details.dont_open_news = true
Details.game_version = version Details.game_version = version
Details.userversion = version .. " " .. Details.build_counter Details.userversion = version .. " " .. Details.build_counter
+1 -1
View File
@@ -2684,7 +2684,7 @@ end
--handle internal details! events --handle internal details! events
local eventListener = Details:CreateEventListener() local eventListener = Details:CreateEventListener()
eventListener:RegisterEvent("COMBAT_PLAYER_ENTER", function() eventListener:RegisterEvent("COMBAT_PLAYER_ENTER", function(eventName, combatObject)
if (Details.CacheInLineMaxDistance) then if (Details.CacheInLineMaxDistance) then
Details:Destroy(Details.CacheInLineMaxDistance) Details:Destroy(Details.CacheInLineMaxDistance)
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB