From 2bdebda89fc0cc9bacc26cf5300870435fea314e Mon Sep 17 00:00:00 2001 From: Incompleteusern <58920010+Incompleteusern@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:47:59 -0700 Subject: [PATCH] forgot (#249) --- js/query.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/query.js b/js/query.js index 21a2350..94b668b 100644 --- a/js/query.js +++ b/js/query.js @@ -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; })();