mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +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) {
|
||||
|
||||
default:
|
||||
return 86400000;
|
||||
return 5000;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user