- 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:
Tercio
2015-07-05 14:09:21 -03:00
parent 47861286d4
commit ba1fdfb94e
7 changed files with 38 additions and 23 deletions
+1 -1
View File
@@ -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