Fix warlock entering in combat due to periodic damage

This commit is contained in:
Tercio Jose
2022-10-30 18:17:25 -03:00
parent 4a198c5996
commit 422e24b826
6 changed files with 103 additions and 13 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ if (WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE and not isExpansion_Dragonflight()) t
end
local major = "LibOpenRaid-1.0"
local CONST_LIB_VERSION = 67
local CONST_LIB_VERSION = 68
LIB_OPEN_RAID_CAN_LOAD = false
local unpack = table.unpack or _G.unpack