v1.2.0: items now always update quickslots when IDed

This commit is contained in:
Evan Debenham 2022-02-12 20:44:44 -05:00
parent c5a97fe027
commit 2f17a264ea

View File

@ -400,6 +400,7 @@ public class Item implements Bundlable {
levelKnown = true;
cursedKnown = true;
Item.updateQuickslot();
return this;
}