public override void Accept( ICombatLogEventVisitor visitor )
 {
     visitor.VisitSpellExtraAttacks(this);
 }