From f7f341b927c42b1fa9ee47549f35f9e0ba2bb36d Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:28:48 +0200 Subject: Added dev options to copy bestiary data from inventory --- src/main/java/at/hannibal2/skyhanni/data/OtherInventoryData.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/at/hannibal2/skyhanni/data') diff --git a/src/main/java/at/hannibal2/skyhanni/data/OtherInventoryData.kt b/src/main/java/at/hannibal2/skyhanni/data/OtherInventoryData.kt index 790b51c43..b6dab180a 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/OtherInventoryData.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/OtherInventoryData.kt @@ -89,6 +89,7 @@ object OtherInventoryData { private fun done(inventory: Inventory) { InventoryFullyOpenedEvent(inventory).postAndCatch() + InventoryUpdatedEvent(inventory).postAndCatch() acceptItems = false } -- cgit