mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-22 04:37:42 +01:00
!typo fix
This commit is contained in:
parent
4003c99d45
commit
a3d1d4d515
@ -34,7 +34,7 @@ import net.mmogroup.mmolib.version.VersionMaterial;
|
||||
public class RequiredClass extends ItemStat implements ItemRestriction, ProperStat {
|
||||
public RequiredClass() {
|
||||
super("REQUIRED_CLASS", new ItemStack(VersionMaterial.WRITABLE_BOOK.toMaterial()), "Required Class",
|
||||
new String[] { "The class you need to", "profress to use your item." }, new String[] { "all" });
|
||||
new String[] { "The class you need to", "profess to use your item." }, new String[] { "all" });
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user