mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-06-20 15:39:25 +02:00
fix(Core/Travel): Re-add TravelNodePathType::teleportSpell now that PortalNode emits it
This commit is contained in:
parent
2110529b6b
commit
77feb8ea56
@ -95,9 +95,10 @@ enum class TravelNodePathType : uint8
|
|||||||
areaTrigger = 2,
|
areaTrigger = 2,
|
||||||
transport = 3,
|
transport = 3,
|
||||||
flightPath = 4,
|
flightPath = 4,
|
||||||
// value 5 (teleportSpell) reserved — no generator emits it and no
|
// Teleport-spell edges (hearthstone, mage portals). Generated at A*
|
||||||
// consumer handles it. Re-add when a teleport-spell edge generator
|
// search start via PortalNode injection; consumed by
|
||||||
// / executor handler returns.
|
// HandleSpecialMovement's NODE_TELEPORT case.
|
||||||
|
teleportSpell = 5,
|
||||||
staticPortal = 6
|
staticPortal = 6
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user