#W# Change: Felucca is now Veridia
This commit is contained in:
parent
d7fb1b1c03
commit
7cf3e68b37
87 changed files with 1279 additions and 1279 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue