Scripts: fixed a warning

This commit is contained in:
Ovahlord
2020-02-22 10:12:10 +01:00
parent 396cfcc71e
commit d805730e96

View File

@@ -58,7 +58,7 @@ struct boss_bloodmage_thalnos : public BossAI
_Reset();
}
void JustEngagedWith(Unit* who) override
void JustEngagedWith(Unit* /*who*/) override
{
Talk(SAY_AGGRO);
_JustEngagedWith();