mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 00:43:05 +00:00
Fixes Bug #1348 "Evidence Chest unlocking when arrested."
This commit is contained in:
parent
be39395ce7
commit
9be219beba
1 changed files with 1 additions and 1 deletions
|
|
@ -2542,7 +2542,7 @@ namespace MWWorld
|
||||||
store.remove(*it, it->getRefData().getCount(), ptr);
|
store.remove(*it, it->getRefData().getCount(), ptr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
closestChest.getClass().unlock(closestChest);
|
closestChest.getClass().lock(closestChest,50);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue