Skip to content

Commit f88fdd7

Browse files
committed
Global 7.4 hotfix Client opcodes fix
1 parent 9eed571 commit f88fdd7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

FFXIVOpcodes/Ipcs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ enum ServerZoneIpcType : ushort
120120
*/
121121
enum ClientZoneIpcType : ushort
122122
{
123-
UpdatePositionHandler = 0x01D7, // updated 7.4h
123+
UpdatePositionHandler = 0x0332, // updated 7.4h
124124
//ClientTrigger = 0x0324, // updated 7.0h
125125
SetSearchInfoHandler = 0x0132, // updated 7.4h
126126
MarketBoardPurchaseHandler = 0x0238, // updated 7.4h

opcodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
},
309309
{
310310
"name": "UpdatePositionHandler",
311-
"opcode": 471
311+
"opcode": 818
312312
}
313313
],
314314
"ServerLobbyIpcType": [

0 commit comments

Comments
 (0)