*Correct error message in command lookup taxinode.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-07-05 01:51:09 +02:00
parent 1ca3728059
commit a7f55ece55

View File

@@ -3910,7 +3910,7 @@ bool ChatHandler::HandleLookupTaxiNodeCommand(const char * args)
}
}
if (!found)
SendSysMessage(LANG_COMMAND_NOSPELLFOUND);
SendSysMessage(LANG_COMMAND_NOTAXINODEFOUND);
return true;
}