- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user