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

This commit is contained in:
Arthur Moore 2014-05-27 22:09:37 -04:00
parent be39395ce7
commit 9be219beba

View file

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