Added bot command option 'follow chain' to allow linear assignment of follow ids to eligible bots

This commit is contained in:
Uleat
2019-12-08 23:54:51 -05:00
parent 08b8deaa4b
commit e306e9ad0c
4 changed files with 98 additions and 4 deletions
+4
View File
@@ -453,6 +453,10 @@ Mob::Mob(
PrimaryAggro = false;
AssistAggro = false;
npc_assist_cap = 0;
#ifdef BOTS
m_manual_follow = false;
#endif
}
Mob::~Mob()