fix: delete the bonus item, not the primary yield, when the bonus cannot be placed (#2602)
This commit is contained in:
parent
e07416902a
commit
c9875e7f64
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ namespace Server.Engines.Harvest
|
|||
}
|
||||
else
|
||||
{
|
||||
item.Delete();
|
||||
bonusItem?.Delete();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue