Skip to content

Commit

Permalink
release v7.6.10-190818.0937
Browse files Browse the repository at this point in the history
  • Loading branch information
anoyetta committed Aug 18, 2019
1 parent 40d4c20 commit cf1ea8d
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions source/FFXIV.Framework/FFXIV.Framework/XIVHelper/CombatantEx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ public static void CopyToEx(
dst.Effects = src.Effects;
dst.FlyingText = src.FlyingText;

dst.NetworkBuffs.Clear();
dst.NetworkBuffs.AddRange(src.NetworkBuffs);

dst.UnknownNetworkBuffs.Clear();
dst.UnknownNetworkBuffs.AddRange(src.UnknownNetworkBuffs);

dst.SetName(src.Name);
SetSkillName(dst);
}
Expand Down Expand Up @@ -130,12 +124,6 @@ public static void CopyToEx(
dst.Effects = src.Effects;
dst.FlyingText = src.FlyingText;

dst.NetworkBuffs.Clear();
dst.NetworkBuffs.AddRange(src.NetworkBuffs);

dst.UnknownNetworkBuffs.Clear();
dst.UnknownNetworkBuffs.AddRange(src.UnknownNetworkBuffs);

dst.SetName(src.Name);
dst.CastSkillName = src.CastSkillName;
dst.IsDummy = src.IsDummy;
Expand Down Expand Up @@ -664,16 +652,6 @@ public FlyingText FlyingText
set;
}

public List<NetworkBuff> NetworkBuffs
{
get;
} = new List<NetworkBuff>();

public List<NetworkBuff> UnknownNetworkBuffs
{
get;
} = new List<NetworkBuff>();

#endregion Original Combatant

#region ICloneable
Expand Down

0 comments on commit cf1ea8d

Please # to comment.