Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Supamiu committed Oct 31, 2023
2 parents 4b60843 + fa7d7a5 commit e033cb1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion FFXIVOpcodes/Ipcs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ enum ClientZoneIpcType : ushort
{
UpdatePositionHandler = 0x0374, // updated 6.51
ClientTrigger = 0x008F, // updated 6.51
ChatHandler = 0x01C1, // updated 6.5
//ChatHandler = 0x01C1, // updated 6.5
SetSearchInfoHandler = 0x02AE, // updated 6.51
MarketBoardPurchaseHandler = 0x01BF, // updated 6.51
InventoryModifyHandler = 0x039E, // updated 6.51 (Base offset: 0x03A5)
Expand Down
4 changes: 0 additions & 4 deletions opcodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,6 @@
"name": "ClientTrigger",
"opcode": 143
},
{
"name": "ChatHandler",
"opcode": 449
},
{
"name": "InventoryModifyHandler",
"opcode": 926
Expand Down
Loading

0 comments on commit e033cb1

Please sign in to comment.