This commit is contained in:
tercio
2014-04-16 22:17:50 -03:00
parent a569c7fbc4
commit 5c621d6c20
35 changed files with 2473 additions and 789 deletions
+5 -1
View File
@@ -143,7 +143,11 @@ do
--> return the boss portrit
function _detalhes:GetBossPortrait (mapid, bossindex)
return _detalhes.EncounterInformation [mapid] and _detalhes.EncounterInformation [mapid].encounters [bossindex].portrait
if (mapid and bossindex) then
return _detalhes.EncounterInformation [mapid] and _detalhes.EncounterInformation [mapid].encounters [bossindex].portrait
else
return false
end
end
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------