refactoring

This commit is contained in:
Lucca Faria Ferri 2023-01-21 17:53:22 -08:00
parent 9bf81750ee
commit c4544140fd

View File

@ -423,7 +423,7 @@ namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads
plr.KilledMonstersTempCount++;
}
if (Target is Champion || Target is Rare || Target is Boss || Target is Unique)
if (Target is Champion or Rare or Boss or Unique)
{
plr.KilledElitesTempCount++;
}