diff --git a/src/lib/rpg/pvp.ts b/src/lib/rpg/pvp.ts index 62bdf3c..75a9117 100644 --- a/src/lib/rpg/pvp.ts +++ b/src/lib/rpg/pvp.ts @@ -68,6 +68,7 @@ async function healthCron(bot: Client) { const debtedUsers = await db('itemInventories') .select('user', 'quantity') + .where('item', BLOOD_ID) .where('quantity', '<', '0'); for (const debted of debtedUsers) {