Fix mercenary not updating its profit when item was dragged onto the player avatar

This commit is contained in:
scrawl 2013-04-08 16:21:18 +02:00
parent 343e2027af
commit a7de870a44

View file

@ -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