fix LightenSectionList

This commit is contained in:
Hiro
2023-11-28 07:25:25 +02:00
parent e56ae6018f
commit 94af07d498

View File

@@ -30,7 +30,7 @@ public class PacketGetSceneMapInfoScRsp extends BasePacket {
.setEntryId(entryId);
// Map sections. TODO un hardcode
for (int i = 0; i < 25; i++) {
for (int i = 0; i < 100; i++) {
mazeMap.addAllLightenSectionList(i);
}