chore(Script/Misc): cleanup (#19619)

* chore(Script/Misc): cleanup

* more cleanup

* cleanup
This commit is contained in:
Kitzunu
2024-08-14 21:29:50 +02:00
committed by GitHub
parent 030716421f
commit 7ff8f72397
21 changed files with 145 additions and 122 deletions

View File

@@ -153,7 +153,7 @@ public:
ss << areaEntry->ID << " - " << name << ' ' << localeNames[locale];
}
handler->SendSysMessage(ss.str().c_str());
handler->SendSysMessage(ss.str());
if (!found)
{
@@ -455,7 +455,7 @@ public:
ss << handler->GetAcoreString(LANG_FACTION_NOREPUTATION);
}
handler->SendSysMessage(ss.str().c_str());
handler->SendSysMessage(ss.str());
if (!found)
{
@@ -1147,7 +1147,7 @@ public:
ss << handler->GetAcoreString(LANG_ACTIVE);
}
handler->SendSysMessage(ss.str().c_str());
handler->SendSysMessage(ss.str());
if (!found)
{
@@ -1262,7 +1262,7 @@ public:
ss << handler->GetAcoreString(LANG_ACTIVE);
}
handler->SendSysMessage(ss.str().c_str());
handler->SendSysMessage(ss.str());
if (!found)
{
@@ -1587,7 +1587,7 @@ public:
break;
}
handler->SendSysMessage(ss.str().c_str());
handler->SendSysMessage(ss.str());
++counter;
}