Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changes
  • Loading branch information
sjbmcg committed Apr 20, 2024
1 parent 966e411 commit d429292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EndlessClient/Controllers/InventoryController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,9 @@ private void DoItemDrop(EIFRecord itemData, InventoryItem inventoryItem, Action<
{
if (warningArgs.Result == XNADialogResult.OK)
{
_goldWarningShown = true;
dropAction(transferDialog.SelectedAmount);
_sfxPlayer.PlaySfx(SoundEffectID.Login);
_goldWarningShown = true;
}
};
warningMsg.ShowDialog();
Expand Down

0 comments on commit d429292

Please sign in to comment.