Actually fix store action upgrades (#24960)
actual fix this time (cherry picked from commit b88a8f0bb2a4e1c9dca39bf0778aa3c6c947702f)
This commit is contained in:
parent
452347902d
commit
7b87d398ab
|
|
@ -120,7 +120,6 @@ public partial class ListingData : IEquatable<ListingData>, ICloneable
|
|||
Description != listing.Description ||
|
||||
ProductEntity != listing.ProductEntity ||
|
||||
ProductAction != listing.ProductAction ||
|
||||
ProductActionEntity != listing.ProductActionEntity ||
|
||||
ProductEvent != listing.ProductEvent ||
|
||||
RestockTime != listing.RestockTime)
|
||||
return false;
|
||||
|
|
@ -163,6 +162,7 @@ public partial class ListingData : IEquatable<ListingData>, ICloneable
|
|||
ProductEntity = ProductEntity,
|
||||
ProductAction = ProductAction,
|
||||
ProductUpgradeID = ProductUpgradeID,
|
||||
ProductActionEntity = ProductActionEntity,
|
||||
ProductEvent = ProductEvent,
|
||||
PurchaseAmount = PurchaseAmount,
|
||||
RestockTime = RestockTime,
|
||||
|
|
|
|||
Loading…
Reference in New Issue