Core/Scripts: Remove now-unused WaypointPathStarted hook. WaypointStarted does everything it used to do, anyway.
Port From (https://github.com/TrinityCore/TrinityCore/commit/fc094509e9df59e055840936ba3389504fba87df)
This commit is contained in:
@@ -119,11 +119,6 @@ namespace Game.Movement
|
||||
owner.StopMoving();
|
||||
|
||||
_nextMoveTime.Reset(1000);
|
||||
|
||||
// inform AI
|
||||
CreatureAI ai = owner.GetAI();
|
||||
if (ai != null)
|
||||
ai.WaypointPathStarted(_path.id);
|
||||
}
|
||||
|
||||
public override void DoReset(Creature owner)
|
||||
|
||||
Reference in New Issue
Block a user