mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 11:26:35 +00:00
GetClosestWaypoint converted to xyz_location
This commit is contained in:
+1
-1
@@ -282,7 +282,7 @@ public:
|
||||
void ResumeWandering();
|
||||
void PauseWandering(int pausetime);
|
||||
void MoveTo(float mtx, float mty, float mtz, float mth, bool saveguardspot);
|
||||
void GetClosestWaypoint(std::list<wplist> &wp_list, int count, float m_x, float m_y, float m_z);
|
||||
void GetClosestWaypoint(std::list<wplist> &wp_list, int count, const xyz_location& location );
|
||||
|
||||
uint32 GetEquipment(uint8 material_slot) const; // returns item id
|
||||
int32 GetEquipmentMaterial(uint8 material_slot) const;
|
||||
|
||||
Reference in New Issue
Block a user