diff options
author | Anubisss <none@none> | 2009-07-05 01:51:09 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-07-05 01:51:09 +0200 |
commit | a7f55ece5549e3d41cefc5daea7241a9bef13bfe (patch) | |
tree | 906cd88afac07debc2c7d7616c3d28c6808752ac /src | |
parent | 1ca3728059b00bf56db6a1b7f0283d54a5b7b66b (diff) |
*Correct error message in command lookup taxinode.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Level3.cpp | 2 |
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; } |