5.55 hotfix

This commit is contained in:
kshman 2021-06-03 15:55:55 +09:00
parent e08c120a20
commit 8e281b8f4b
2 changed files with 7 additions and 7 deletions

View file

@ -1780,7 +1780,7 @@
}
},
"921": {
"name": "Zadnor",
"name": "ザトゥノル",
"fates": {
"1717": "▽▼我執の魔獣使い",
"1718": "▽▼忍者オボロの出陣",

View file

@ -95,12 +95,12 @@ namespace DutyContent
public class PacketConfig
{
// Packet
public string Version { get; set; } = "5.55";
public ushort OpFate { get; set; } = 512;
public ushort OpDuty { get; set; } = 132;
public ushort OpMatch { get; set; } = 922;
public ushort OpInstance { get; set; } = 834;
public ushort OpSouthernBozja { get; set; } = 428;
public string Version { get; set; } = "5.55 HotFix";
public ushort OpFate { get; set; } = 858;
public ushort OpDuty { get; set; } = 271;
public ushort OpMatch { get; set; } = 220;
public ushort OpInstance { get; set; } = 923;
public ushort OpSouthernBozja { get; set; } = 584;
//
public void Save(string filename = null)