Skip to content

Commit

Permalink
chore: remove extra ^M character to make compiler happy
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt authored Oct 24, 2024
1 parent 7b3c741 commit f127235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFXIVOpcodes/Ipcs_cn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public enum ServerZoneIpcType : ushort
Playtime = 0x0298,
PrepareZoning = 0x0313,
RetainerInformation = 0x0260,
RSV = 0x016D,
RSV = 0x016D,
StatusEffectList = 0x0080,
StatusEffectList2 = 0x01F1,
StatusEffectList3 = 0x00A4,
Expand Down

0 comments on commit f127235

Please sign in to comment.