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:
parent
7ef1d41c6f
commit
67c23bf9ad
11 changed files with 207 additions and 297 deletions
|
|
@ -480,8 +480,6 @@ namespace Server
|
|||
|
||||
while (!Closing)
|
||||
{
|
||||
// m_Signal.WaitOne();
|
||||
|
||||
Mobile.ProcessDeltaQueue();
|
||||
Item.ProcessDeltaQueue();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue