Skip to content

Commit

Permalink
chore: rename opcode ref
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 24, 2024
1 parent d2983c1 commit be23b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RouletteRecorder/Constant/OpcodeStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal static class OpcodeStorage
public static Dictionary<ushort, Opcode> China = new Dictionary<ushort, Opcode>
{
{ (ushort)FFXIVOpcodes.CN.ServerZoneIpcType.ActorControlSelf, Opcode.ActorControlSelf },
{ (ushort)FFXIVOpcodes.CN.ServerZoneIpcType.ContentFinderNotifyPop, Opcode.ContentFinderNotifyPop },
{ (ushort)FFXIVOpcodes.CN.ServerZoneIpcType.CFNotify, Opcode.ContentFinderNotifyPop },
{ (ushort)FFXIVOpcodes.CN.ServerZoneIpcType.InitZone, Opcode.InitZone },
};
}
Expand Down

0 comments on commit be23b71

Please sign in to comment.