- Fixed an issue with the statistics sharing among guild members.
- Fixed an issue with Argus encounter where two segments were created. - Fixed aura type images on the Create Aura Panel. - Create Aura Panel can now be closed with Right Click. - Framework updated to r60, plugins should be more stable now.
This commit is contained in:
@@ -238,7 +238,7 @@ function _detalhes:OpenOptionsWindow (instance, no_reopen, section)
|
||||
window_icon:SetTexCoord (0, 0.054199, 0.591308, 0.646972) --605 663
|
||||
|
||||
--> title
|
||||
local title = g:NewLabel (window, nil, "$parentTitleLabel", "title", Loc ["STRING_OPTIONS_WINDOW"], "GameFontHighlightLeft", 12, {227/255, 186/255, 4/255})
|
||||
local title = g:NewLabel (window, nil, "$parentTitleLabel", "title", "Details! " .. Loc ["STRING_OPTIONS_WINDOW"], "GameFontHighlightLeft", 12, {227/255, 186/255, 4/255})
|
||||
title:SetPoint ("center", window, "center")
|
||||
title:SetPoint ("top", window, "top", 0, -28)
|
||||
|
||||
|
||||
@@ -5826,7 +5826,8 @@ local build_mode_list = function (self, elapsed)
|
||||
CoolTip:AddMenu (1, _detalhes.OpenForge)
|
||||
CoolTip:AddIcon ([[Interface\MINIMAP\Vehicle-HammerGold-3]], 1, 1, 16, 16, 0, 1, 0, 1)
|
||||
|
||||
CoolTip:AddLine (Loc ["STRING_MODE_OPENGUILDDAMAGERANK"])
|
||||
--> statistics
|
||||
CoolTip:AddLine ("Statistics") --curse localization isn't adding new strings (and I deleted the old one)
|
||||
CoolTip:AddMenu (1, _detalhes.OpenRaidHistoryWindow)
|
||||
CoolTip:AddIcon ([[Interface\PvPRankBadges\PvPRank08]], 1, 1, 16, 16, 0, 1, 0, 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user