Began migrating the rest of the codebase to the new computation engine
This commit is contained in:
@@ -45,7 +45,7 @@ function getProperties(creatureId){
|
||||
'removed': {$ne: true},
|
||||
}, {
|
||||
sort: {order: 1}
|
||||
});
|
||||
}).fetch();
|
||||
}
|
||||
|
||||
export function buildComputationFromProps(properties){
|
||||
|
||||
Reference in New Issue
Block a user