fix(AI): Fixes direction issue with NPCs (#371)

- [X] Fixes a bug with RunUO where direction is set multiple times and the run flag is not set properly.

TODO: Fix other direction/movement issues and duplicate packets.

Bumps release version
This commit is contained in:
Kamron Batman 2020-12-29 22:32:10 -08:00 committed by GitHub
parent 7ef1d41c6f
commit 67c23bf9ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 207 additions and 297 deletions

View file

@ -480,8 +480,6 @@ namespace Server
while (!Closing)
{
// m_Signal.WaitOne();
Mobile.ProcessDeltaQueue();
Item.ProcessDeltaQueue();