#W# Change: Felucca is now Veridia

This commit is contained in:
WarrentyExpired 2026-08-31 18:00:19 -04:00
parent d7fb1b1c03
commit 7cf3e68b37
87 changed files with 1279 additions and 1279 deletions

View file

@ -149,7 +149,7 @@ public class BitmapAStarAlgorithm : PathAlgorithm
// Dead and spectral mobiles pass through doors too. Mirrors MovementImpl.
_currentMobileIgnoreDoors |= !m.Alive || m.Body.BodyID == 0x3DB || m.IsDeadBondedPet;
_currentMobileIgnoreSpellFields = m is PlayerMobile && map != Map.Felucca;
_currentMobileIgnoreSpellFields = m is PlayerMobile && map != Map.Veridia;
Array.Clear(_nodeStates);