- Player Detail Window now follows number format chosen on options panel.
- ElvUI skin for Player Detail Window won't use anymore raid members portrait. - fix for ticket #43 'lua error occured in KoKR client'. - fix for ticket #42 'It seems to be absent image file in spec changed notification'. - fix for ticket #41 'An error occurs in Archimonde encounter (koKR)'.
This commit is contained in:
@@ -1567,7 +1567,7 @@ function _detalhes:CheckSwitchOnCombatEnd (nowipe, warning)
|
||||
|
||||
if (warning and got_switch) then
|
||||
local attribute_name = self:GetInstanceAttributeText()
|
||||
self:InstanceAlert (string.format (Loc ["STRING_SWITCH_WARNING"], attribute_name), {[[Interface\AddOns\Details\images\sword]], 18, 18, false}, 4)
|
||||
self:InstanceAlert (string.format (Loc ["STRING_SWITCH_WARNING"], attribute_name), {[[Interface\CHARACTERFRAME\UI-StateIcon]], 18, 18, false, 0.5, 1, 0, 0.5}, 4)
|
||||
end
|
||||
|
||||
if (self.switch_all_roles_after_wipe and not nowipe) then
|
||||
|
||||
Reference in New Issue
Block a user