mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Some bug fixes
This commit is contained in:
@@ -18,6 +18,7 @@ public:
|
||||
void SendPositionUpdate(Mob *who, bool send_to_self);
|
||||
void NavigateTo(Mob *who, float x, float y, float z, float speed);
|
||||
void StopNavigation(Mob *who);
|
||||
void Dump(Mob *m, Client *to);
|
||||
|
||||
static MobMovementManager &Get() {
|
||||
static MobMovementManager inst;
|
||||
|
||||
Reference in New Issue
Block a user