diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Dungeon.java b/src/com/shatteredpixel/shatteredpixeldungeon/Dungeon.java index b3a7d847e..dc5c9f3a4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Dungeon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Dungeon.java @@ -574,7 +574,6 @@ public class Dungeon { Generator.reset(); quickslot.reset(); - quickslot.restorePlaceholders( bundle ); Dungeon.challenges = bundle.getInt( CHALLENGES ); @@ -590,6 +589,7 @@ public class Dungeon { Wand.restore( bundle ); Ring.restore( bundle ); + quickslot.restorePlaceholders( bundle ); if (fullLoad) {