Merge remote-tracking branch 'origin/master'

This commit is contained in:
Sarjuuk
2022-03-22 15:57:18 +01:00
7 changed files with 53 additions and 10 deletions

View File

@@ -115,7 +115,7 @@ SqlGen::register(new class extends SetupScript
foreach ($baseData as &$bd)
{
if (!in_array($bd['parentMapId'], [0, 1, 530, 571]))
if (in_array($bd['mapBak'], [0, 1, 530, 571]))
continue;
if ($gPos = Game::worldPosToZonePos($bd['parentMapId'], $bd['parentY'], $bd['parentX']))