From c7417d4b54e325496e3d3edbc2be1605ca02e4b9 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Wed, 1 Oct 2014 20:51:47 -0400 Subject: [PATCH] Didn't mean to push those .... --- common/item.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/item.h b/common/item.h index 4159e5ba3..9be660117 100644 --- a/common/item.h +++ b/common/item.h @@ -391,8 +391,6 @@ public: void SetActivated(bool activated) { m_activated = activated; } int8 GetEvolveLvl() const { return m_evolveLvl; } void SetScaling(bool v) { m_scaling = v; } - void SetTimestamp(uint32 v) { m_timestamp = v; } - uint32 GetTimestamp() { return m_timestamp; } void Initialize(SharedDatabase *db = nullptr); void ScaleItem(); @@ -437,7 +435,6 @@ protected: Item_Struct* m_scaledItem; EvolveInfo* m_evolveInfo; bool m_scaling; - uint32 m_timestamp; // UNIX timestamp (GMT) of expiration // // Items inside of this item (augs or contents);