fix: delete the bonus item, not the primary yield, when the bonus cannot be placed (#2602)

This commit is contained in:
Sergi Rosell 2026-08-31 17:46:20 +02:00 committed by GitHub
parent e07416902a
commit c9875e7f64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -219,7 +219,7 @@ namespace Server.Engines.Harvest
}
else
{
item.Delete();
bonusItem?.Delete();
}
}