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:
@@ -546,8 +546,6 @@ namespace Game.AI
|
||||
|
||||
/// == Waypoints system =============================
|
||||
///
|
||||
public virtual void WaypointPathStarted(uint pathId) { }
|
||||
|
||||
public virtual void WaypointStarted(uint nodeId, uint pathId) { }
|
||||
|
||||
public virtual void WaypointReached(uint nodeId, uint pathId) { }
|
||||
|
||||
Reference in New Issue
Block a user