mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Didn't mean to push those ....
This commit is contained in:
parent
d8c6c69450
commit
c7417d4b54
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user