mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 05:44:36 +01:00
fix LightenSectionList
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user