mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 21:04:36 +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());
|
||||
}
|
||||
|
||||
if (list.size() >= this.MaxAlterNum) {
|
||||
if (list.getValueCount() >= this.MaxAlterNum) {
|
||||
return list;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user