mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 18:43:48 +00:00
fix(Core/Pathfinding): Creatures regen health, spells LOD (#4509)
This commit is contained in:
@@ -112,6 +112,10 @@ namespace Movement
|
||||
|
||||
bool onTransport;
|
||||
[[nodiscard]] std::string ToString() const;
|
||||
[[nodiscard]] bool HasStarted() const
|
||||
{
|
||||
return time_passed > 0;
|
||||
}
|
||||
};
|
||||
}
|
||||
#endif // TRINITYSERVER_MOVEPLINE_H
|
||||
|
||||
Reference in New Issue
Block a user