[Fix] Fix NPC ghosting at safe coordinates (#2823)

* [Fix] Fix NPC ghosting at safe coordinates

* Tweak order

* Handle another case
This commit is contained in:
Chris Miles
2023-02-06 17:23:29 -06:00
committed by GitHub
parent b385a4385f
commit 0348cb6b8e
5 changed files with 36 additions and 1 deletions
+1
View File
@@ -2083,6 +2083,7 @@ private:
bool m_bot_precombat;
bool CanTradeFVNoDropItem();
void SendMobPositions();
};
#endif