Fixes Bug #1348 "Evidence Chest unlocking when arrested."

deque
Arthur Moore 11 years ago
parent be39395ce7
commit 9be219beba

@ -2542,7 +2542,7 @@ namespace MWWorld
store.remove(*it, it->getRefData().getCount(), ptr);
}
}
closestChest.getClass().unlock(closestChest);
closestChest.getClass().lock(closestChest,50);
}
}

Loading…
Cancel
Save