- fixed warrior fury being detected as protection warrior.
- fixed an issue on the player detail window.
This commit is contained in:
@@ -499,7 +499,6 @@ do
|
||||
[6343] = 73, -- Thunder Clap
|
||||
[71] = 73, -- Defensive Stance
|
||||
[157494] = 73, -- Improved Defensive Stance
|
||||
[57755] = 73, -- Heroic Throw
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -3042,7 +3042,7 @@ function gump:CriaJanelaInfo()
|
||||
end
|
||||
table.sort (player_1_skills, _detalhes.Sort2)
|
||||
-- ~pet
|
||||
local player_1_top = player_1_skills [1] [2]
|
||||
local player_1_top = player_1_skills [1] and player_1_skills [1][2] or 0
|
||||
bar1 [2]:SetStatusBarColor (1, 1, 1, 1)
|
||||
|
||||
-- player 2
|
||||
|
||||
Reference in New Issue
Block a user