diff --git a/core/src/com/riiablo/attributes/Attributes.java b/core/src/com/riiablo/attributes/Attributes.java index 83d321ef..0d18995c 100644 --- a/core/src/com/riiablo/attributes/Attributes.java +++ b/core/src/com/riiablo/attributes/Attributes.java @@ -14,7 +14,7 @@ public abstract class Attributes implements Iterable { * descriptions */ - public static AggregateAttributes fixedAttributes() { + public static AggregateAttributes aggregateAttributes() { return new AggregateAttributes(); }