- Applyed the experimental alphabetical sort method on Damage and Heal classes.

- Spell icon is shown when the character is a environment spell type.
- Changed the non-player enemy icon (monsters).
- Fixed bug on flex performance profile.
This commit is contained in:
tercio
2014-07-10 13:52:55 -03:00
parent 3391a22ebc
commit 67c844e8f8
10 changed files with 55 additions and 21 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ function _detalhes:GetPerformanceRaidType()
--flex
if (difficulty == 14) then
if (GetNumGroupMembers > 15) then
if (GetNumGroupMembers() > 15) then
return "Raid30"
else
return "Raid15"