forked from 2009Scape/Server
upgrade max bank storage
This commit is contained in:
parent
3e0bfd7c1d
commit
98a8005de4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public final class BankContainer extends Container {
|
|||
/**
|
||||
* The bank container size.
|
||||
*/
|
||||
public static final int SIZE = 496;
|
||||
public static final int SIZE = 800;
|
||||
|
||||
/**
|
||||
* The maximum amount of bank tabs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue