Skip to content

Commit

Permalink
Fix UpdatePositionHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Supamiu committed Nov 14, 2024
1 parent 1ba0776 commit 2f14876
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FFXIVOpcodes/Ipcs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ enum ServerZoneIpcType : ushort
*/
enum ClientZoneIpcType : ushort
{
UpdatePositionHandler = 0x022B, // updated 7.1
UpdatePositionHandler = 0x03DC, // updated 7.1
//ClientTrigger = 0x0324, // updated 7.0h
SetSearchInfoHandler = 0x03BD, // updated 7.1
MarketBoardPurchaseHandler = 0x02B1, // updated 7.1
Expand Down
2 changes: 1 addition & 1 deletion opcodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
},
{
"name": "UpdatePositionHandler",
"opcode": 555
"opcode": 988
}
],
"ServerLobbyIpcType": [
Expand Down
Loading

0 comments on commit 2f14876

Please sign in to comment.