forked from MagicBane/Server
Comment adjusted
This commit is contained in:
@@ -261,7 +261,7 @@ public class MobAI {
|
||||
if (mob.stopPatrolTime + (patrolDelay * 1000) > System.currentTimeMillis())
|
||||
return;
|
||||
|
||||
//guard captains inherit barracks patrol points dynamically
|
||||
//guards inherit barracks patrol points dynamically
|
||||
|
||||
if (mob.agentType.equals(Enum.AIAgentType.GUARDCAPTAIN) || mob.agentType.equals(Enum.AIAgentType.GUARDMINION)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user