updated analyze code to use chat.log
added system messages - albeit it does not determine sub-stuff chat log still needs to eat following packets
This commit is contained in:
@@ -39,6 +39,7 @@ class CombatLog(Log):
|
||||
|
||||
def __init__(self, values=None):
|
||||
self.values = values or {}
|
||||
self.reviewed = False
|
||||
|
||||
def unpack(self, force=False):
|
||||
if self.reviewed and not force:
|
||||
|
||||
Reference in New Issue
Block a user