- Added Spirit Link Totem damage and healing on death log.

- Added the total of life exchanged by the Spirit Link Totem on player detail window.
- Added more spells for crowd control.
- Added scroll on bookmark panel.
This commit is contained in:
Tercio
2015-03-26 15:09:21 -03:00
parent 0c126196d2
commit af0a447b0d
16 changed files with 689 additions and 235 deletions
+3
View File
@@ -121,6 +121,9 @@ do
function _detalhes:Class (actor)
return self.classe or actor.classe
end
function _detalhes:class (actor)
return self.classe or actor.classe
end
function _detalhes:GetActorSpells()
return self.spells._ActorTable
end