mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-06 16:50:40 +00:00
[TYPO] Curse shouldn't be in plural form
This commit is contained in:
@@ -99,7 +99,7 @@ public class Prayer {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum Curses implements Book{
|
public enum Curse implements Book{
|
||||||
PROTECT_ITEM_CURSE(0, 0, 50),
|
PROTECT_ITEM_CURSE(0, 0, 50),
|
||||||
SAP_WARRIOR(0, 0, 50),
|
SAP_WARRIOR(0, 0, 50),
|
||||||
SAP_RANGER(0, 0, 52),
|
SAP_RANGER(0, 0, 52),
|
||||||
@@ -125,7 +125,7 @@ public class Prayer {
|
|||||||
private int action;
|
private int action;
|
||||||
private int level;
|
private int level;
|
||||||
|
|
||||||
Curses(int setting, int action, int level) {
|
Curse(int setting, int action, int level) {
|
||||||
this.setting = setting;
|
this.setting = setting;
|
||||||
this.action = action;
|
this.action = action;
|
||||||
this.level = level;
|
this.level = level;
|
||||||
|
|||||||
Reference in New Issue
Block a user