mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-31 06:07:34 +01:00
Staff Spirit typo
This commit is contained in:
parent
cd25c8a6c7
commit
73984a6749
@ -53,7 +53,7 @@ public class Staff_Spirit extends StringStat {
|
||||
item.addItemTag(new ItemTag("MMOITEMS_STAFF_SPIRIT", staffSpirit.name()));
|
||||
item.getLore().insert("staff-spirit", staffSpirit.getPrefix() + staffSpirit.getName());
|
||||
} catch (Exception e) {
|
||||
item.getMMOItem().log(Level.WARNING, "Coudln't read staff spirit from " + ((StringData) data).toString());
|
||||
item.getMMOItem().log(Level.WARNING, "Couldn't read staff spirit from " + ((StringData) data).toString());
|
||||
}
|
||||
return true;
|
||||
}
|
||||
@ -118,3 +118,4 @@ public class Staff_Spirit extends StringStat {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user