feature(SmartAI/Movement) - Unify waypoint systems (#23251)
This commit is contained in:
parent
af2cb8d227
commit
6292f80219
71 changed files with 447 additions and 485 deletions
|
|
@ -614,7 +614,7 @@ public:
|
|||
uint32 path = me->GetEntry() * 10 + urand(0, 4);
|
||||
if (me->GetPositionY() > -1150.0f)
|
||||
path += 5;
|
||||
me->GetMotionMaster()->MovePath(path, false);
|
||||
me->GetMotionMaster()->MoveWaypoint(path, false);
|
||||
}
|
||||
|
||||
void MovementInform(uint32 type, uint32 point) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue