Skip to content

Commit e18adfd

Browse files
committed
Global InventoryModifyHandler fix
1 parent f88fdd7 commit e18adfd

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

FFXIVConstants/Global.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ static class Global
77
public static Dictionary<string, object> Constants = new Dictionary<string, object>
88
{
99
// This is InventoryModifyHandler + 7
10-
{ "InventoryOperationBaseValue", 0x028C+7 }
10+
{ "InventoryOperationBaseValue", 0x02D5+7 }
1111
};
1212
}
1313
}

FFXIVOpcodes/Ipcs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ enum ClientZoneIpcType : ushort
124124
//ClientTrigger = 0x0324, // updated 7.0h
125125
SetSearchInfoHandler = 0x0132, // updated 7.4h
126126
MarketBoardPurchaseHandler = 0x0238, // updated 7.4h
127-
InventoryModifyHandler = 0x028C, // updated 7.4h
127+
InventoryModifyHandler = 0x02D5, // updated 7.4h
128128
//UpdatePositionInstance = 0x03CE, // updated 7.0h
129129
};
130130

constants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Global": {
3-
"InventoryOperationBaseValue": 659
3+
"InventoryOperationBaseValue": 732
44
},
55
"CN": {
66
"InventoryOperationBaseValue": 997

constants.min.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Global":{"InventoryOperationBaseValue":659},"CN":{"InventoryOperationBaseValue":997},"KR":{"InventoryOperationBaseValue":796}}
1+
{"Global":{"InventoryOperationBaseValue":732},"CN":{"InventoryOperationBaseValue":997},"KR":{"InventoryOperationBaseValue":796}}

opcodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
"ClientZoneIpcType": [
297297
{
298298
"name": "InventoryModifyHandler",
299-
"opcode": 652
299+
"opcode": 725
300300
},
301301
{
302302
"name": "MarketBoardPurchaseHandler",

opcodes.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)