This commit is contained in:
Incompleteusern 2023-02-01 15:47:59 -07:00 committed by GitHub
parent bf29018a60
commit 2bdebda89f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -333,7 +333,9 @@ const ingredientQueryProps = (function() {
maxId(['lootbonus', 'lb'], 'lb');
maxId(['xpbonus', 'xpb', 'xb'], 'xpb');
maxId(['stealing', 'esteal'], 'eSteal');
maxId(['lq', 'quality'], 'lq');
maxId('gxp', 'gXp');
maxId(['gspd'], 'gSpd');
return props;
})();