mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 04:45:02 +01:00
Fix emblem reforging not working when reforging locked attributes
This commit is contained in:
@@ -49,7 +49,7 @@ public class CharGemSlotControlDef extends BaseDef {
|
|||||||
list.add(attributeType.getRandomValue());
|
list.add(attributeType.getRandomValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (list.size() >= this.MaxAlterNum) {
|
if (list.getValueCount() >= this.MaxAlterNum) {
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user