Updated swtor-parser.php
This commit is contained in:
parent
deffd20871
commit
ac0a1370d4
@ -159,6 +159,8 @@
|
||||
$logThreat = isset($log[6][1])?$log[6][1]:null;
|
||||
print("Date : ".$logDate." Source : ".$logSource." Target : ".$logTarget." Ability : ".$logAbility." Effect : ".$logEffect." Amount : ".$logValue." Menace : ".$logThreat."\n");
|
||||
|
||||
#TODO
|
||||
// Start CCombat detection
|
||||
// if( $log[1][1]
|
||||
|
||||
$totalAmount+=$logValue;$totalThreat+=$logThreat;
|
||||
|
Loading…
Reference in New Issue
Block a user