- Added _detalhes.Sort3 and _detalhes.Sort4.
- Fixed a issue with last_events_table. - Fixed a issue on saving statubar options. - Added options for disable and enable the Captures Types. - Added a option for enable and disable cloud parser. - Added API _detalhes:CaptureIsAllEnabled() - return if all captures are active. - Added API _detalhes:CaptureGet (name) return if a specific capture is enabled. - API GetInternalSubAttributeName() also return for damage and heal types. - Fixed a issue where Vanguard aren't updating tank list.
This commit is contained in:
+3
-4
@@ -67,10 +67,9 @@ function SlashCmdList.DETAILS (msg, editbox)
|
||||
|
||||
elseif (msg == "comm") then
|
||||
|
||||
--_detalhes:SendData ("RAID", "Hello There!")
|
||||
local s = _detalhes:Serialize ("tercio", "jose")
|
||||
local d, e, f = _detalhes:Deserialize (s)
|
||||
print (d, e, f)
|
||||
_detalhes:SendCommMessage ("details_comm", _detalhes:Serialize ("foundcloud", UnitName ("player"), GetRealmName(), _detalhes.realversion), "WHISPER", "Marleyieu-Azralon")
|
||||
SendAddonMessage ("details_comm", "text", "WHISPER", "Marleyieu-Azralon")
|
||||
SendChatMessage ("Hello Bob!", "WHISPER", "Common", "Marleyieu-Azralon")
|
||||
|
||||
elseif (msg == "visao") then
|
||||
--_detalhes:VisiblePlayers()
|
||||
|
||||
Reference in New Issue
Block a user