Skip to content

Commit fed52e9

Browse files
committed
fix UpdatePositionHandler
1 parent b269da4 commit fed52e9

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 = 0x0118, // updated 7.5
123+
UpdatePositionHandler = 0x012C, // updated 7.5
124124
//ClientTrigger = 0x0324, // updated 7.0h
125125
SetSearchInfoHandler = 0x0305, // updated 7.5
126126
MarketBoardPurchaseHandler = 0x030B, // updated 7.5

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": 280
311+
"opcode": 300
312312
}
313313
],
314314
"ServerLobbyIpcType": [

0 commit comments

Comments
 (0)