mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 08:39:09 +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),
|
||||
SAP_WARRIOR(0, 0, 50),
|
||||
SAP_RANGER(0, 0, 52),
|
||||
@@ -125,7 +125,7 @@ public class Prayer {
|
||||
private int action;
|
||||
private int level;
|
||||
|
||||
Curses(int setting, int action, int level) {
|
||||
Curse(int setting, int action, int level) {
|
||||
this.setting = setting;
|
||||
this.action = action;
|
||||
this.level = level;
|
||||
|
||||
Reference in New Issue
Block a user