diff --git a/Source/stores.cpp b/Source/stores.cpp index 537de975f84..c9a935c8b02 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -1499,6 +1499,7 @@ void SmithRepairItem(int price) myPlayer.InvBody[INVLOC_HAND_LEFT]._iDurability = myPlayer.InvBody[INVLOC_HAND_LEFT]._iMaxDur; if (i == -4) myPlayer.InvBody[INVLOC_HAND_RIGHT]._iDurability = myPlayer.InvBody[INVLOC_HAND_RIGHT]._iMaxDur; + TakePlrsMoney(price); return; }