upload some missing packets

This commit is contained in:
Somebody
2024-02-01 14:26:02 +08:00
committed by Melledy
parent 1a9df9dfb8
commit 52ca89d6c9
5 changed files with 1504 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ public class RogueEntityLoader extends SceneEntityLoader {
var nextRoom = rogue.getRooms().get(siteId);
propId = switch (nextRoom.getRoomExcel().getRogueRoomType()) {
case 3 -> 1022;
case 3,8 -> 1022;
case 5 -> 1023;
default -> 1021;
};