mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
Some bug fixes
This commit is contained in:
@@ -7260,6 +7260,7 @@ void command_pf(Client *c, const Seperator *sep)
|
||||
c->Message(0, "POS: (%.2f, %.2f, %.2f)", who->GetX(), who->GetY(), who->GetZ());
|
||||
c->Message(0, "WP: %s (%d/%d)", to_string(who->GetCurrentWayPoint()).c_str(), who->IsNPC()?who->CastToNPC()->GetMaxWp():-1);
|
||||
c->Message(0, "pause=%d RAspeed=%d", who->GetCWPP(), who->GetRunAnimSpeed());
|
||||
who->DumpMovement(c);
|
||||
} else {
|
||||
c->Message(0, "ERROR: target required");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user