- More fixes for dungeon bosses recognition.

- Fixes for few errors during combat parser.
- Broker is now 'data source' type instead of 'launcher'.
This commit is contained in:
tercio
2014-11-19 17:23:58 -02:00
parent 7135518eb7
commit fb389eab02
7 changed files with 136 additions and 24 deletions
+2 -2
View File
@@ -668,8 +668,8 @@ function SlashCmdList.DETAILS (msg, editbox)
if (pass_guid == "-") then
local guid = UnitGUID ("target")
if (guid) then
print (guid.. " -> " .. tonumber (guid:sub(6, 10), 16))
_detalhes.id_frame.texto:SetText (""..tonumber (guid:sub(6, 10), 16))
local g = _detalhes:GetNpcIdFromGuid (guid)
_detalhes.id_frame.texto:SetText ("" .. g)
_detalhes.id_frame.texto:HighlightText()
end