Calculate roambox destination z once and let navmesh pathfinding calculate it the rest of the time

This commit is contained in:
Akkadius
2018-09-03 04:07:13 -05:00
parent 4a4668b36a
commit 3eee699a89
2 changed files with 9 additions and 5 deletions
+1
View File
@@ -540,6 +540,7 @@ protected:
float roambox_distance;
float roambox_destination_x;
float roambox_destination_y;
float roambox_destination_z;
uint32 roambox_delay;
uint32 roambox_min_delay;