diff --git a/Details.toc b/Details.toc index 6a7b9cd2..72ecdb33 100644 --- a/Details.toc +++ b/Details.toc @@ -1,4 +1,4 @@ -## Interface: 100107 +## Interface: 100200 ## Title: Details! Damage Meter ## Notes: Essential tool to impress that chick in your raid. ## SavedVariables: _detalhes_global, __details_backup diff --git a/Details_Classic.toc b/Details_Classic.toc index b883699e..80a92307 100644 --- a/Details_Classic.toc +++ b/Details_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11403 +## Interface: 11404 ## Title: Details! Damage Meter ## Notes: Essential tool to impress that chick in your raid. ## SavedVariables: _detalhes_global, __details_backup diff --git a/Details_Wrath.toc b/Details_Wrath.toc index dd188ad0..d19703d3 100644 --- a/Details_Wrath.toc +++ b/Details_Wrath.toc @@ -1,4 +1,4 @@ -## Interface: 30402 +## Interface: 30403 ## Title: Details! Damage Meter ## Notes: Essential tool to impress that chick in your raid. ## SavedVariables: _detalhes_global, __details_backup diff --git a/core/parser.lua b/core/parser.lua index d3d07103..cc7c1bb5 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -6108,7 +6108,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1 local _, _, _, toc = GetBuildInfo() if (toc >= 100200) then - Details.playername = UnitName("player") .. "-" .. GetRealmName() + Details.playername = UnitName("player") .. "-" .. (GetRealmName():gsub("%s", '')) else Details.playername = UnitName("player") end