mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 23:58:25 +00:00
Working on waypoint code, using boost graph libs
This commit is contained in:
@@ -6813,6 +6813,10 @@ void command_qglobal(Client *c, const Seperator *sep) {
|
||||
|
||||
void command_path(Client *c, const Seperator *sep)
|
||||
{
|
||||
if (zone->pathing) {
|
||||
zone->pathing->DebugCommand(c, sep);
|
||||
}
|
||||
|
||||
//if(sep->arg[1][0] == '\0' || !strcasecmp(sep->arg[1], "help"))
|
||||
//{
|
||||
// c->Message(0, "Syntax: #path shownodes: Spawns a npc to represent every npc node.");
|
||||
|
||||
Reference in New Issue
Block a user