Skip to content

Commit

Permalink
fix: Fixed an issue with new deliver command
Browse files Browse the repository at this point in the history
Fixed an issue where the server consumed items for delivery quests and
then caused an exception which makes the player disconnect.
  • Loading branch information
pacampbell committed Oct 4, 2024
1 parent 0d8b2c0 commit 907626e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Arrowgene.Ddon.GameServer/Quests/GenericQuest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public static GenericQuest FromAsset(QuestAssetData questAsset)
}
break;
case QuestBlockType.DeliverItems:
case QuestBlockType.NewDeliverItems:
foreach (var request in block.DeliveryRequests)
{
quest.DeliveryItems.Add(new QuestDeliveryItem()
Expand Down

0 comments on commit 907626e

Please sign in to comment.