From ffbd1dbf7b806943d84e788bf1938271bf886c3c Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 26 Sep 2019 18:43:55 -0400 Subject: [PATCH] v0.7.5: fixed old prison boss levels not being correctly converted --- .../shatteredpixeldungeon/ShatteredPixelDungeon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java index 35d23d645..60b8a7384 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java @@ -104,7 +104,7 @@ public class ShatteredPixelDungeon extends Game { "com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard.SewerBossEntranceRoom" ); com.watabou.utils.Bundle.addAlias( com.shatteredpixel.shatteredpixeldungeon.levels.OldPrisonBossLevel.class, - "com.shatteredpixel.shatteredpixeldungeon.levels.OldPrisonBossLevel" ); + "com.shatteredpixel.shatteredpixeldungeon.levels.PrisonBossLevel" ); com.watabou.utils.Bundle.addAlias( com.shatteredpixel.shatteredpixeldungeon.actors.mobs.OldTengu.class, "com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Tengu" );