Working on waypoint code, using boost graph libs

This commit is contained in:
KimLS
2017-07-19 19:54:26 -07:00
parent 5f1063acb9
commit c2766db89d
8 changed files with 445 additions and 7 deletions
+4
View File
@@ -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.");