1 parent b269da4 commit fed52e9Copy full SHA for fed52e9
3 files changed
FFXIVOpcodes/Ipcs.cs
@@ -120,7 +120,7 @@ enum ServerZoneIpcType : ushort
120
*/
121
enum ClientZoneIpcType : ushort
122
{
123
- UpdatePositionHandler = 0x0118, // updated 7.5
+ UpdatePositionHandler = 0x012C, // updated 7.5
124
//ClientTrigger = 0x0324, // updated 7.0h
125
SetSearchInfoHandler = 0x0305, // updated 7.5
126
MarketBoardPurchaseHandler = 0x030B, // updated 7.5
opcodes.json
@@ -308,7 +308,7 @@
308
},
309
310
"name": "UpdatePositionHandler",
311
- "opcode": 280
+ "opcode": 300
312
}
313
],
314
"ServerLobbyIpcType": [
0 commit comments