1 parent 9eed571 commit f88fdd7Copy full SHA for f88fdd7
3 files changed
FFXIVOpcodes/Ipcs.cs
@@ -120,7 +120,7 @@ enum ServerZoneIpcType : ushort
120
*/
121
enum ClientZoneIpcType : ushort
122
{
123
- UpdatePositionHandler = 0x01D7, // updated 7.4h
+ UpdatePositionHandler = 0x0332, // updated 7.4h
124
//ClientTrigger = 0x0324, // updated 7.0h
125
SetSearchInfoHandler = 0x0132, // updated 7.4h
126
MarketBoardPurchaseHandler = 0x0238, // updated 7.4h
opcodes.json
@@ -308,7 +308,7 @@
308
},
309
310
"name": "UpdatePositionHandler",
311
- "opcode": 471
+ "opcode": 818
312
}
313
],
314
"ServerLobbyIpcType": [
0 commit comments