mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-26 11:18:16 +00:00
fix path starting waypoint
This commit is contained in:
@@ -228,10 +228,6 @@ public:
|
||||
static float GetBaseSpeed(LOT lot);
|
||||
|
||||
private:
|
||||
|
||||
// TODO: Advance properly
|
||||
void SetCurrentPathWaypointIndex(uint32_t value) { };
|
||||
void SetNextPathWaypointIndex(uint32_t value) { };
|
||||
float HandleWaypointCommandGroupEmote(const std::string& data);
|
||||
void HandleWaypointCommandSetVariable(const std::string& data);
|
||||
void HandleWaypointCommandCastSkill(const std::string& data);
|
||||
|
||||
Reference in New Issue
Block a user