Didn't mean to push those ....

This commit is contained in:
Michael Cook (mackal) 2014-10-01 20:51:47 -04:00
parent d8c6c69450
commit c7417d4b54

View File

@ -391,8 +391,6 @@ public:
void SetActivated(bool activated) { m_activated = activated; } void SetActivated(bool activated) { m_activated = activated; }
int8 GetEvolveLvl() const { return m_evolveLvl; } int8 GetEvolveLvl() const { return m_evolveLvl; }
void SetScaling(bool v) { m_scaling = v; } 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 Initialize(SharedDatabase *db = nullptr);
void ScaleItem(); void ScaleItem();
@ -437,7 +435,6 @@ protected:
Item_Struct* m_scaledItem; Item_Struct* m_scaledItem;
EvolveInfo* m_evolveInfo; EvolveInfo* m_evolveInfo;
bool m_scaling; bool m_scaling;
uint32 m_timestamp; // UNIX timestamp (GMT) of expiration
// //
// Items inside of this item (augs or contents); // Items inside of this item (augs or contents);