mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 17:08:23 +01:00
Scripts/Westfall: Fix Sentinel Hill Guards not attacking
This commit is contained in:
@@ -849,6 +849,9 @@ struct npc_westfall_sentinel_hill_guard : public ScriptedAI
|
||||
}
|
||||
}
|
||||
|
||||
if (!UpdateVictim())
|
||||
return;
|
||||
|
||||
DoMeleeAttackIfReady();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user