mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 23:09:43 +00:00
Fix mercenary not updating its profit when item was dragged onto the player avatar
This commit is contained in:
parent
343e2027af
commit
a7de870a44
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ namespace MWGui
|
|||
it = invStore.add(ptr);
|
||||
(*it).getRefData().setCount(mDragAndDrop->mDraggedCount);
|
||||
ptr = *it;
|
||||
mDragAndDrop->mDraggedFrom->notifyItemDragged(ptr, -mDragAndDrop->mDraggedCount);
|
||||
}
|
||||
|
||||
/// \todo scripts
|
||||
|
|
Loading…
Reference in a new issue