lib update
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,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>
|
||||
|
||||
Reference in New Issue
Block a user