Tracking default order should now be correct

Reworked the tracking packet creation, should be better
This commit is contained in:
Michael Cook (mackal)
2014-11-06 21:48:07 -05:00
parent b8b43c7149
commit 7476ae2a82
3 changed files with 40 additions and 46 deletions
+2
View File
@@ -97,6 +97,7 @@ public:
const Beacon *CastToBeacon() const;
inline const uint16& GetID() const { return id; }
inline const time_t& GetSpawnTimeStamp() const { return spawn_timestamp; }
virtual const char* GetName() { return ""; }
bool CheckCoordLosNoZLeaps(float cur_x, float cur_y, float cur_z, float trg_x, float trg_y, float trg_z, float perwalk=1);
@@ -112,6 +113,7 @@ protected:
uint32 pDBAsyncWorkID;
private:
uint16 id;
time_t spawn_timestamp;
};
class EntityList