[Pathing] Improvements to roambox logic, pathing (#3502)

* [Roambox] Improvements to roambox logic

* Update npc.cpp

* Update npc.cpp

* More pathing fixes
This commit is contained in:
Chris Miles
2023-07-18 02:52:04 -05:00
committed by GitHub
parent 3f3bbe98b5
commit f9dc9da42b
4 changed files with 43 additions and 6 deletions
+2
View File
@@ -541,6 +541,8 @@ public:
static LootDropEntries_Struct NewLootDropEntry();
bool CanPathTo(float x, float y, float z);
protected:
void HandleRoambox();