Skip to content

Commit

Permalink
fix: 6.5 Chinese scrip shop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nt153133 committed Mar 16, 2024
1 parent 1709c70 commit 95a69be
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Structs/InclusionShopItemStruct.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ public struct InclusionShopItemStruct
[FieldOffset(0x2C)]
public uint CostType3;

#if RB_CN
[FieldOffset(0x44)]
public CostFlag CostFlag1;

[FieldOffset(0x45)]
public CostFlag CostFlag2;

[FieldOffset(0x46)]
public CostFlag CostFlag3;
#else
//6.5
[FieldOffset(0x54)]
public CostFlag CostFlag1;
Expand All @@ -54,7 +44,6 @@ public struct InclusionShopItemStruct
//6.5
[FieldOffset(0x56)]
public CostFlag CostFlag3;
#endif

[FieldOffset(0x48)]
public bool ResultItemHQ;
Expand Down

0 comments on commit 95a69be

Please sign in to comment.