mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
*Correct error message in command lookup taxinode.
--HG-- branch : trunk
This commit is contained in:
@@ -3910,7 +3910,7 @@ bool ChatHandler::HandleLookupTaxiNodeCommand(const char * args)
|
||||
}
|
||||
}
|
||||
if (!found)
|
||||
SendSysMessage(LANG_COMMAND_NOSPELLFOUND);
|
||||
SendSysMessage(LANG_COMMAND_NOTAXINODEFOUND);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user