Swapped ExOlympiadRankingInfo hero and legend counts.

Contributed by nasseka.
This commit is contained in:
MobiusDevelopment 2022-07-04 17:24:45 +00:00
parent 087d0caf96
commit 0649ec5ba0
8 changed files with 16 additions and 16 deletions

View File

@ -159,8 +159,8 @@ public class ExOlympiadRankingInfo implements IClientOutgoingPacket
packet.writeD(player.getInt("competitions_won")); // win count
packet.writeD(player.getInt("competitions_lost")); // lose count
packet.writeD(player.getInt("olympiad_points")); // points
packet.writeD(player.getInt("count")); // hero counts
packet.writeD(player.getInt("legend_count")); // legend counts
packet.writeD(player.getInt("legend_count")); // legend count
packet.writeD(player.getInt("count")); // hero count
}
}
}

View File

@ -159,8 +159,8 @@ public class ExOlympiadRankingInfo implements IClientOutgoingPacket
packet.writeD(player.getInt("competitions_won")); // win count
packet.writeD(player.getInt("competitions_lost")); // lose count
packet.writeD(player.getInt("olympiad_points")); // points
packet.writeD(player.getInt("count")); // hero counts
packet.writeD(player.getInt("legend_count")); // legend counts
packet.writeD(player.getInt("legend_count")); // legend count
packet.writeD(player.getInt("count")); // hero count
}
}
}

View File

@ -159,8 +159,8 @@ public class ExOlympiadRankingInfo implements IClientOutgoingPacket
packet.writeD(player.getInt("competitions_won")); // win count
packet.writeD(player.getInt("competitions_lost")); // lose count
packet.writeD(player.getInt("olympiad_points")); // points
packet.writeD(player.getInt("count")); // hero counts
packet.writeD(player.getInt("legend_count")); // legend counts
packet.writeD(player.getInt("legend_count")); // legend count
packet.writeD(player.getInt("count")); // hero count
}
}
}

View File

@ -159,8 +159,8 @@ public class ExOlympiadRankingInfo implements IClientOutgoingPacket
packet.writeD(player.getInt("competitions_won")); // win count
packet.writeD(player.getInt("competitions_lost")); // lose count
packet.writeD(player.getInt("olympiad_points")); // points
packet.writeD(player.getInt("count")); // hero counts
packet.writeD(player.getInt("legend_count")); // legend counts
packet.writeD(player.getInt("legend_count")); // legend count
packet.writeD(player.getInt("count")); // hero count
}
}
}

View File

@ -159,8 +159,8 @@ public class ExOlympiadRankingInfo implements IClientOutgoingPacket
packet.writeD(player.getInt("competitions_won")); // win count
packet.writeD(player.getInt("competitions_lost")); // lose count
packet.writeD(player.getInt("olympiad_points")); // points
packet.writeD(player.getInt("count")); // hero counts
packet.writeD(player.getInt("legend_count")); // legend counts
packet.writeD(player.getInt("legend_count")); // legend count
packet.writeD(player.getInt("count")); // hero count
}
}
}

View File

@ -159,8 +159,8 @@ public class ExOlympiadRankingInfo implements IClientOutgoingPacket
packet.writeD(player.getInt("competitions_won")); // win count
packet.writeD(player.getInt("competitions_lost")); // lose count
packet.writeD(player.getInt("olympiad_points")); // points
packet.writeD(player.getInt("count")); // hero counts
packet.writeD(player.getInt("legend_count")); // legend counts
packet.writeD(player.getInt("legend_count")); // legend count
packet.writeD(player.getInt("count")); // hero count
}
}
}

View File

@ -159,8 +159,8 @@ public class ExOlympiadRankingInfo implements IClientOutgoingPacket
packet.writeD(player.getInt("competitions_won")); // win count
packet.writeD(player.getInt("competitions_lost")); // lose count
packet.writeD(player.getInt("olympiad_points")); // points
packet.writeD(player.getInt("count")); // hero counts
packet.writeD(player.getInt("legend_count")); // legend counts
packet.writeD(player.getInt("legend_count")); // legend count
packet.writeD(player.getInt("count")); // hero count
}
}
}

View File

@ -159,8 +159,8 @@ public class ExOlympiadRankingInfo implements IClientOutgoingPacket
packet.writeD(player.getInt("competitions_won")); // win count
packet.writeD(player.getInt("competitions_lost")); // lose count
packet.writeD(player.getInt("olympiad_points")); // points
packet.writeD(player.getInt("count")); // hero counts
packet.writeD(player.getInt("legend_count")); // legend counts
packet.writeD(player.getInt("legend_count")); // legend count
packet.writeD(player.getInt("count")); // hero count
}
}
}