Push a scan when mobs first construct [skip ci]

This commit is contained in:
Akkadius 2020-01-14 16:14:19 -06:00
parent 61790ef195
commit 331032f4f4

View File

@ -459,6 +459,8 @@ Mob::Mob(
#ifdef BOTS
m_manual_follow = false;
#endif
mob_scan_close.Trigger();
}
Mob::~Mob()