- Encounter Details plugin updates.

This commit is contained in:
Tercio
2015-02-19 15:20:44 -02:00
parent 4619612c1c
commit cb09a6dc82
22 changed files with 603 additions and 72 deletions
+4 -1
View File
@@ -99,7 +99,10 @@ do
CONTAINER_MISCTARGET_CLASS = 10,
CONTAINER_ENEMYDEBUFFTARGET_CLASS = 11
}
function _detalhes:name (actor)
return self.nome or actor.nome
end
function _detalhes:Name (actor)
return self.nome or actor.nome
end