Spawns/Fixup

* fix maps for single-floor dungeons borked in 33cd290dc3
This commit is contained in:
Sarjuuk
2025-10-24 18:29:41 +02:00
parent 2f8e035783
commit cf2ace805b
2 changed files with 6 additions and 3 deletions

View File

@@ -1173,7 +1173,7 @@ abstract class Util
$menu = [[null, "Move Location to..."]];
foreach ($points as $p)
{
if ($p['srcPrio'])
if ($p['multifloor'])
$floors[$p['areaId']][] = $p['floor'];
if (isset($menu[$p['areaId']]))