Merge feature-nested-sets into develop
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { getCreature } from '/imports/api/engine/loadCreatures';
|
||||
|
||||
export default function getRootCreatureAncestor(property) {
|
||||
return getCreature(property.ancestors[0].id);
|
||||
return getCreature(property.root.id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user