mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-09 23:38:15 +07:00
Changed access to static package from public local
This commit is contained in:
@ -38,7 +38,7 @@ public class StatListFlags {
|
||||
}
|
||||
}
|
||||
|
||||
public int getItemSetFlags(int numItems) {
|
||||
static int getItemSetFlags(int numItems) {
|
||||
int flags = FLAG_NONE;
|
||||
switch (numItems) {
|
||||
case 6: flags |= FLAG_SET_6; // fall-through
|
||||
|
Reference in New Issue
Block a user