fix(Scripts/SmartAI): Rewrite ACTION_MOVE_TO_POS (#19190)
* init * Update SmartScript.cpp * combatReach * Update SmartScript.cpp
This commit is contained in:
parent
172f73db92
commit
89a6996628
3 changed files with 69 additions and 42 deletions
|
|
@ -1202,6 +1202,7 @@ struct SmartAction
|
|||
SAIBool transport;
|
||||
uint32 controlled;
|
||||
uint32 ContactDistance;
|
||||
uint32 combatReach;
|
||||
} moveToPos;
|
||||
|
||||
struct
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue