mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
feat(Core/SAI): enhance movement actions with force destination option (#22974)
This commit is contained in:
@@ -1216,8 +1216,15 @@ struct SmartAction
|
||||
uint32 controlled;
|
||||
uint32 ContactDistance;
|
||||
uint32 combatReach;
|
||||
SAIBool disableForceDestination;
|
||||
} moveToPos;
|
||||
|
||||
struct
|
||||
{
|
||||
uint32 pointId;
|
||||
SAIBool disableForceDestination;
|
||||
} moveToPosTarget;
|
||||
|
||||
struct
|
||||
{
|
||||
uint32 gossipMenuId;
|
||||
|
||||
Reference in New Issue
Block a user