mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 01:29:07 +00:00
chore(Script/Misc): cleanup (#19619)
* chore(Script/Misc): cleanup * more cleanup * cleanup
This commit is contained in:
@@ -409,7 +409,7 @@ public:
|
||||
|
||||
if (player->IsInFlight() && checkInFlight)
|
||||
{
|
||||
handler->SendErrorMessage(LANG_CHAR_IN_FLIGHT, handler->GetNameLink(player).c_str());
|
||||
handler->SendErrorMessage(LANG_CHAR_IN_FLIGHT, handler->GetNameLink(player));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@@ -799,7 +799,7 @@ public:
|
||||
|
||||
if (r >= MAX_REPUTATION_RANK)
|
||||
{
|
||||
handler->SendErrorMessage(LANG_COMMAND_FACTION_INVPARAM, rankStr.c_str());
|
||||
handler->SendErrorMessage(LANG_COMMAND_FACTION_INVPARAM, rankStr);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user