mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-07 16:49:07 +00:00
Revised shop re-stocking interval. (#12)
This commit is contained in:
committed by
Daniel Ginovker
parent
a0794be929
commit
66396fc4f5
@@ -48,7 +48,7 @@ public class ShopHandler {
|
|||||||
switch(itemId) {
|
switch(itemId) {
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return 86400000;
|
return 5000;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user