diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 22550e773ac..ba956ac38f4 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -3910,7 +3910,7 @@ bool ChatHandler::HandleLookupTaxiNodeCommand(const char * args) } } if (!found) - SendSysMessage(LANG_COMMAND_NOSPELLFOUND); + SendSysMessage(LANG_COMMAND_NOTAXINODEFOUND); return true; }