Revised shop re-stocking interval. (#12)

This commit is contained in:
Ben Maher
2019-10-06 00:43:46 +01:00
committed by Daniel Ginovker
parent a0794be929
commit 66396fc4f5
@@ -48,7 +48,7 @@ public class ShopHandler {
switch(itemId) {
default:
return 86400000;
return 5000;
}
}