mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
Tracking default order should now be correct
Reworked the tracking packet creation, should be better
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user