forgot (#249)
This commit is contained in:
parent
bf29018a60
commit
2bdebda89f
1 changed files with 3 additions and 1 deletions
|
@ -333,7 +333,9 @@ const ingredientQueryProps = (function() {
|
||||||
maxId(['lootbonus', 'lb'], 'lb');
|
maxId(['lootbonus', 'lb'], 'lb');
|
||||||
maxId(['xpbonus', 'xpb', 'xb'], 'xpb');
|
maxId(['xpbonus', 'xpb', 'xb'], 'xpb');
|
||||||
maxId(['stealing', 'esteal'], 'eSteal');
|
maxId(['stealing', 'esteal'], 'eSteal');
|
||||||
|
maxId(['lq', 'quality'], 'lq');
|
||||||
|
maxId('gxp', 'gXp');
|
||||||
|
maxId(['gspd'], 'gSpd');
|
||||||
|
|
||||||
return props;
|
return props;
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue