fix: steel path honors having expired stuff

This commit is contained in:
Sainan 2025-01-17 13:14:04 +01:00
parent d5d60bcbff
commit b3d2345894

View File

@ -561,7 +561,7 @@
"QuantityMultiplier": 1, "QuantityMultiplier": 1,
"Expiry": { "Expiry": {
"$date": { "$date": {
"$numberLong": "1736726400000" "$numberLong": "2051240400000"
} }
}, },
"PurchaseQuantityLimit": 25, "PurchaseQuantityLimit": 25,
@ -583,7 +583,7 @@
"QuantityMultiplier": 10000, "QuantityMultiplier": 10000,
"Expiry": { "Expiry": {
"$date": { "$date": {
"$numberLong": "1736726400000" "$numberLong": "2051240400000"
} }
}, },
"PurchaseQuantityLimit": 25, "PurchaseQuantityLimit": 25,
@ -596,7 +596,7 @@
"PropertyTextHash": "0A0F20AFA748FBEE490510DBF5A33A0D", "PropertyTextHash": "0A0F20AFA748FBEE490510DBF5A33A0D",
"Expiry": { "Expiry": {
"$date": { "$date": {
"$numberLong": "1736726400000" "$numberLong": "2051240400000"
} }
} }
} }