- ToC Update.
- Added support for custom parser functions. - Added support for Hellfire Citadel raid. - Tyrant Velhari now has a custom parser function to calculate the healing done. - Removed Blackrock Foundry raid info. - Removed Highmaul raid info.
This commit is contained in:
+1
-1
@@ -632,7 +632,7 @@
|
||||
end
|
||||
|
||||
function _detalhes:GetPlayersInArena()
|
||||
local aliados = GetNumGroupMembers (LE_PARTY_CATEGORY_HOME)
|
||||
local aliados = GetNumGroupMembers() -- LE_PARTY_CATEGORY_HOME
|
||||
for i = 1, aliados-1 do
|
||||
local role = UnitGroupRolesAssigned ("party" .. i)
|
||||
if (role ~= "NONE") then
|
||||
|
||||
Reference in New Issue
Block a user