- Trash segments are now erased when player leave the game.

- Fixed few bugs on player comparison window.
- Options panel for plugins are now on Dialog strata.

- New API: combat:IsTrash() return true if the segment is a raid trash segment.
This commit is contained in:
tercio
2014-07-17 23:32:05 -03:00
parent e406fe464b
commit 0b8cab413e
8 changed files with 59 additions and 19 deletions
+4
View File
@@ -52,6 +52,10 @@
return self.TimeData [name]
end
function combate:IsTrash()
return self.is_trash
end
--return the name of the encounter or enemy
function combate:GetCombatName (try_find)
if (self.is_pvp) then