Scripts/Westfall: Fix Sentinel Hill Guards not attacking

This commit is contained in:
funjoker
2021-07-08 12:14:20 +02:00
parent bd3ca6e98a
commit c439dd464b

View File

@@ -849,6 +849,9 @@ struct npc_westfall_sentinel_hill_guard : public ScriptedAI
}
}
if (!UpdateVictim())
return;
DoMeleeAttackIfReady();
}