From 1d042cfdcb134444d4b6e74ad3a6efd9d62395f6 Mon Sep 17 00:00:00 2001 From: Alexander Sanderson <67873187+Vexelior@users.noreply.github.com> Date: Thu, 4 Aug 2022 18:26:19 -0700 Subject: [PATCH] fix battlestaff requirements --- docs/items-json/1391.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/items-json/1391.json b/docs/items-json/1391.json index 6f94cba8d18..5945988c943 100644 --- a/docs/items-json/1391.json +++ b/docs/items-json/1391.json @@ -45,7 +45,10 @@ "magic_damage": 0, "prayer": 0, "slot": "weapon", - "requirements": null + "requirements": { + "attack": 30, + "magic": 30 + } }, "weapon": { "attack_speed": 5,