mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-03 06:37:47 +01:00
fix issue template getter method
This commit is contained in:
parent
1c35076ded
commit
daf8b244cb
@ -56,8 +56,8 @@ public class UpgradeTemplate {
|
||||
return stats.keySet();
|
||||
}
|
||||
|
||||
public UpgradeInfo getUpgradeInfo() {
|
||||
return stats.get(stats);
|
||||
public UpgradeInfo getUpgradeInfo(ItemStat stat) {
|
||||
return stats.get(stat);
|
||||
}
|
||||
|
||||
public void upgrade(MMOItem mmoitem, UpgradeData upgrade) {
|
||||
|
Loading…
Reference in New Issue
Block a user