Fixed /key not showing the map name
This commit is contained in:
@@ -1542,6 +1542,9 @@ function SlashCmdList.DETAILS (msg, editbox)
|
||||
elseif (msg == "spellcat") then
|
||||
Details.Survey.OpenSurveyPanel()
|
||||
|
||||
elseif (msg == "pstate") then
|
||||
local sEngineState = Details222.Parser.GetState()
|
||||
Details:Msg("Parser State:", sEngineState)
|
||||
else
|
||||
|
||||
--if (_detalhes.opened_windows < 1) then
|
||||
@@ -2057,6 +2060,10 @@ if (WOW_PROJECT_ID == WOW_PROJECT_MAINLINE) then
|
||||
|
||||
local unitName, level, mapID, challengeMapID, classID, rating, mythicPlusMapID, classIconTexture, iconTexCoords, mapName, inMyParty, isOnline, isGuildMember = unpack(unitTable)
|
||||
|
||||
if (mapName == "") then
|
||||
mapName = "user need update details!"
|
||||
end
|
||||
|
||||
local rioProfile
|
||||
if (RaiderIO) then
|
||||
local playerName, playerRealm = unitName:match("(.+)%-(.+)")
|
||||
|
||||
Reference in New Issue
Block a user