From e5417b8afc7d51557dd2c3d17c6b585f816fa5ce Mon Sep 17 00:00:00 2001 From: xanunderscore <149614526+xanunderscore@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:13:31 -0500 Subject: [PATCH] add dd mapdata --- BossMod/Debug/MainDebugWindow.cs | 2 +- FFXIVClientStructs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BossMod/Debug/MainDebugWindow.cs b/BossMod/Debug/MainDebugWindow.cs index 9f67022be..43a5d7ef2 100644 --- a/BossMod/Debug/MainDebugWindow.cs +++ b/BossMod/Debug/MainDebugWindow.cs @@ -240,7 +240,7 @@ private unsafe void DrawDeepDungeon() { ref var md = ref dd->MapData[i]; if (md > 0) - md |= 0b10000000; + md |= (byte)InstanceContentDeepDungeon.RoomFlags.Revealed; } } diff --git a/FFXIVClientStructs b/FFXIVClientStructs index 7865bf8a4..f26467fad 160000 --- a/FFXIVClientStructs +++ b/FFXIVClientStructs @@ -1 +1 @@ -Subproject commit 7865bf8a4ee11ffaf0ccf41c0882a641fc12454f +Subproject commit f26467fad4d4c702a01985abe485ba98c5b52981