chore: fix windows build (#25696)

This commit is contained in:
Andrew
2026-05-03 07:27:18 -03:00
committed by GitHub
parent 9f0df43f94
commit 1f3969708c
3 changed files with 4 additions and 4 deletions

View File

@@ -367,7 +367,7 @@ struct npc_pet_dk_army_of_the_dead : public AggressorAI
AttackStart(attacker);
}
void UpdateAI(uint32 diff) override
void UpdateAI(uint32 /*diff*/) override
{
if (!UpdateVictim())
{