Skip to content

Commit

Permalink
Shorten Feral Combat spec name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnertable committed Jul 26, 2018
1 parent db35807 commit 923b9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RaidBrowser/stats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ function raid_browser.stats.active_spec()
local protector_of_pack_talent = 22;
local _, _, _, _, points = GetTalentInfo(active_tab, protector_of_pack_talent)
if points > 0 then
return tab_name .. ' (Bear)'
return 'Feral (Bear)'
else
return tab_name .. ' (Cat)'
return 'Feral (Cat)'
end
end

Expand Down

0 comments on commit 923b9fe

Please sign in to comment.