From 0678b459d5bdfbbc2ccee16204ad7135ce03f0c4 Mon Sep 17 00:00:00 2001 From: Mahtra <93822896+MahtraDR@users.noreply.github.com> Date: Sun, 9 Jun 2024 10:02:43 +1200 Subject: [PATCH] Update inventory-manager.lic --- inventory-manager.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory-manager.lic b/inventory-manager.lic index 36dab00811..c53c52b25d 100644 --- a/inventory-manager.lic +++ b/inventory-manager.lic @@ -315,7 +315,7 @@ class InventoryManager end else # no stacker variable, so they are using stack-scrolls. loop through their scroll stackers and parse them - for scroll_stacker in scroll_stackers + scroll_stackers.each do |scroll_stacker| DRCI.get_item_safe?(scroll_stacker, stacker_container) spells.concat(check_scroll_stacker(scroll_stacker)) DRCI.put_away_item?(scroll_stacker, stacker_container)