GetClosestZonePoint converted to xyz_location

This commit is contained in:
Arthur Ice
2014-12-05 17:57:07 -08:00
parent 523562c152
commit 100eca203f
3 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ public:
uint32 CountSpawn2();
ZonePoint* GetClosestZonePoint(const xyz_location& location, const char* to_name, Client *client, float max_distance = 40000.0f);
ZonePoint* GetClosestZonePoint(float x, float y, float z, uint32 to, Client *client, float max_distance = 40000.0f);
ZonePoint* GetClosestZonePoint(const xyz_location& location, uint32 to, Client *client, float max_distance = 40000.0f);
ZonePoint* GetClosestZonePointWithoutZone(float x, float y, float z, Client *client, float max_distance = 40000.0f);
SpawnGroupList spawn_group_list;