mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
chore: fix windows build (#25696)
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user