lib update

This commit is contained in:
Tercio Jose
2020-12-07 22:59:35 -03:00
parent f4be41b115
commit 62dc20917b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
--terminei de fazer a restruturação da comm dos cooldowns, agora não existe mais o comando _FULL, cooldowns sempre são mandados separadamente
local major = "LibRaidStatus-1.0"
local CONST_LIB_VERSION = 4
local CONST_LIB_VERSION = 5
LIB_RAID_STATUS_CAN_LOAD = false
--declae the library within the LibStub
@@ -23,7 +23,7 @@ LIB_RAID_STATUS_CAN_LOAD = false
--print failures (when the function return an error) results to chat
local CONST_DIAGNOSTIC_ERRORS = true
--print the data to be sent and data received from comm
local CONST_DIAGNOSTIC_COMM = true
local CONST_DIAGNOSTIC_COMM = false
local CONST_COMM_PREFIX = "LRS"
local CONST_COMM_COOLDOWNUPDATE_PREFIX = "U"
+1 -1
View File
@@ -2,7 +2,7 @@
--data which main need maintenance over time
if (not LIB_RAID_STATUS_CAN_LOAD) then
return
--return
end
--which gear slots can be enchanted on the latest retail version of the game
+1 -1
View File
@@ -1,5 +1,5 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="LibRaidStatus.lua" />
<Script file="ThingsToMantain.lua" />
<Script file="LibRaidStatus.lua" />
</Ui>