mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Fixed revenant PVP armor drops and increased revenant cap
This commit is contained in:
parent
8e6ad7177d
commit
1ff7f9f15f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public class RevenantPlugin implements Plugin<Object> {
|
||||||
/**
|
/**
|
||||||
* The maximum amount of revenants spawned.
|
* The maximum amount of revenants spawned.
|
||||||
*/
|
*/
|
||||||
private static final int MAX = 50;
|
private static final int MAX = 20;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Plugin<Object> newInstance(Object arg) throws Throwable {
|
public Plugin<Object> newInstance(Object arg) throws Throwable {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue