mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
Some fixes to grid pathing at 0 wp pause plus command changes
This commit is contained in:
+1
-5
@@ -390,12 +390,8 @@ void NPC::SetWaypointPause()
|
||||
{
|
||||
//Declare time to wait on current WP
|
||||
|
||||
if (cur_wp_pause == 0) {
|
||||
AI_walking_timer->Start(100);
|
||||
}
|
||||
else
|
||||
if(cur_wp_pause > 0)
|
||||
{
|
||||
|
||||
switch (pausetype)
|
||||
{
|
||||
case 0: //Random Half
|
||||
|
||||
Reference in New Issue
Block a user