[8168] Fixed typo in .lookup taxinode output.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
KAPATEJIb 2009-07-12 16:15:02 +04:00 committed by VladimirMangos
parent 7f3f21ee1a
commit 3b47b66ba9
2 changed files with 2 additions and 2 deletions

View file

@ -3171,7 +3171,7 @@ bool ChatHandler::HandleLookupTaxiNodeCommand(const char * args)
}
}
if (counter == 0) // if counter == 0 then we found nth
SendSysMessage(LANG_COMMAND_NOSPELLFOUND);
SendSysMessage(LANG_COMMAND_NOTAXINODEFOUND);
return true;
}