forked from 2009Scape/Server
remove clan ranks and admin extras
This commit is contained in:
parent
554bb9b8eb
commit
9851e5964f
7 changed files with 6 additions and 14 deletions
|
|
@ -72,7 +72,7 @@ public final class ClanInterfacePlugin extends ComponentPlugin {
|
|||
break;
|
||||
case 26:
|
||||
if (opcode == 230) {
|
||||
clan.setLootRequirement(ClanRank.KELDAGRIM_MOD);
|
||||
clan.setLootRequirement(ClanRank.CAPTAIN);
|
||||
} else {
|
||||
clan.setLootRequirement(getRank(opcode));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue