summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/data
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-03 15:28:48 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-03 15:28:48 +0200
commitf7f341b927c42b1fa9ee47549f35f9e0ba2bb36d (patch)
treec8587cea3fcbf7c5541bd62aff7fac08437f2570 /src/main/java/at/hannibal2/skyhanni/data
parent18360356893db95f3fd49c19906ff18d19ea298a (diff)
downloadskyhanni-f7f341b927c42b1fa9ee47549f35f9e0ba2bb36d.tar.gz
skyhanni-f7f341b927c42b1fa9ee47549f35f9e0ba2bb36d.tar.bz2
skyhanni-f7f341b927c42b1fa9ee47549f35f9e0ba2bb36d.zip
Added dev options to copy bestiary data from inventory
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/OtherInventoryData.kt1
1 files changed, 1 insertions, 0 deletions
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
}