GetClosestZonePoint converted to xyz_location (id version)

This commit is contained in:
Arthur Ice
2014-12-02 21:27:22 -08:00
parent f00cddd67e
commit 523562c152
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ public:
void ReloadStaticData();
uint32 CountSpawn2();
ZonePoint* GetClosestZonePoint(float x, float y, float z, const char* to_name, Client *client, float max_distance = 40000.0f);
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* GetClosestZonePointWithoutZone(float x, float y, float z, Client *client, float max_distance = 40000.0f);
SpawnGroupList spawn_group_list;