Scripts/AQ40: fixed a warning

This commit is contained in:
Ovahlord
2020-07-25 18:31:30 +02:00
parent 929c71578f
commit f87eefafbf

View File

@@ -94,7 +94,7 @@ struct npc_ouro_spawner : public ScriptedAI
}
void AttackStart(Unit* /*victim*/) override { }
void UpdateAI(uint32 diff) override { }
void UpdateAI(uint32 /*diff*/) override { }
};
void AddSC_boss_ouro()