feat(Core/SAI): enhance movement actions with force destination option (#22974)

This commit is contained in:
Yehonal
2025-09-20 13:15:45 +02:00
committed by GitHub
parent 32a501ca14
commit 403dacc885
3 changed files with 16 additions and 5 deletions

View File

@@ -1216,8 +1216,15 @@ struct SmartAction
uint32 controlled;
uint32 ContactDistance;
uint32 combatReach;
SAIBool disableForceDestination;
} moveToPos;
struct
{
uint32 pointId;
SAIBool disableForceDestination;
} moveToPosTarget;
struct
{
uint32 gossipMenuId;