mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
Support for v3 path files, removed the movement log stuff, fix for a crash or two
This commit is contained in:
+1
-1
@@ -445,7 +445,7 @@ Mob::Mob(const char* in_name,
|
||||
AssistAggro = false;
|
||||
npc_assist_cap = 0;
|
||||
|
||||
PathRecalcTimer.reset(new Timer(1000));
|
||||
PathRecalcTimer.reset(new Timer(2000));
|
||||
}
|
||||
|
||||
Mob::~Mob()
|
||||
|
||||
Reference in New Issue
Block a user