mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
NewFunction(Core/Pathing) Path End Reached (#10017)
This commit is contained in:
@@ -132,6 +132,9 @@ public:
|
||||
// Called at waypoint reached or point movement finished
|
||||
virtual void MovementInform(uint32 /*type*/, uint32 /*id*/) {}
|
||||
|
||||
// Called at MovePath End
|
||||
virtual void PathEndReached() {}
|
||||
|
||||
void OnCharmed(bool apply) override;
|
||||
|
||||
// Called at reaching home after evade
|
||||
|
||||
Reference in New Issue
Block a user