diff --git a/dGame/dGameMessages/PropertySelectQueryProperty.h b/dGame/dGameMessages/PropertySelectQueryProperty.h index 87efd4ca..b136f5cd 100644 --- a/dGame/dGameMessages/PropertySelectQueryProperty.h +++ b/dGame/dGameMessages/PropertySelectQueryProperty.h @@ -20,6 +20,6 @@ public: bool IsAlt = false; bool IsOwned = false; uint32_t AccessType = 0; - uint32_t DatePublished = 0; + uint32_t DateLastPublished = 0; uint64_t PerformanceCost = 0; };