mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-10 07:47:42 +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;
|
int flags = FLAG_NONE;
|
||||||
switch (numItems) {
|
switch (numItems) {
|
||||||
case 6: flags |= FLAG_SET_6; // fall-through
|
case 6: flags |= FLAG_SET_6; // fall-through
|
||||||
|
Reference in New Issue
Block a user