This commit is contained in:
tercio
2014-03-12 15:51:31 -03:00
parent 6faaa10a62
commit 64d71d1c75
10 changed files with 97 additions and 8 deletions
+5
View File
@@ -35,6 +35,11 @@ do
return
end
--> generic boss find function
function _detalhes:GetRaidBossFindFunction (mapid)
return _detalhes.EncounterInformation [mapid] and _detalhes.EncounterInformation [mapid].find_boss_encounter
end
--> return if the boss need sync
function _detalhes:GetEncounterEqualize (mapid, bossindex)
return _detalhes.EncounterInformation [mapid] and _detalhes.EncounterInformation [mapid].encounters [bossindex] and _detalhes.EncounterInformation [mapid].encounters [bossindex].equalize