aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r--src/game/Level3.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}