fixed a warning

This commit is contained in:
Ovahlord
2020-08-29 11:43:24 +02:00
parent e6e20bd574
commit b85168975f

View File

@@ -141,7 +141,7 @@ class instance_icecrown_citadel : public InstanceMapScript
}
}
void OnPlayerEnter(Player* player) override
void OnPlayerEnter(Player* /*player*/) override
{
if (GetBossState(DATA_LADY_DEATHWHISPER) == DONE && GetBossState(DATA_ICECROWN_GUNSHIP_BATTLE) != DONE)
SpawnGunship();