mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
update (gm cmd): capitalization
Co-Authored-By: skeezerbean <19826665+skeezerbean@users.noreply.github.com>
This commit is contained in:
@@ -277,12 +277,12 @@ public:
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
Field* fields = resultLDB->Fetch();
|
Field* fields = resultLDB->Fetch();
|
||||||
handler->PSendSysMessage("|cffff0000Macro Requiring Lua unlock Detected: |cffffff00Yes");
|
handler->PSendSysMessage("|cffff0000Macro Requiring Lua Unlock Detected: |cffffff00Yes");
|
||||||
} while (resultLDB->NextRow());
|
} while (resultLDB->NextRow());
|
||||||
}
|
}
|
||||||
if (!resultLDB)
|
if (!resultLDB)
|
||||||
{
|
{
|
||||||
handler->PSendSysMessage("|cffff0000Macro Requiring Lua unlock Detected: |cffffff00No");
|
handler->PSendSysMessage("|cffff0000Macro Requiring Lua Unlock Detected: |cffffff00No");
|
||||||
}
|
}
|
||||||
handler->PSendSysMessage("|cffff0000Average: |cffffff00%f |cffff0000Total Reports: |cffffff00%u ", average, total_reports);
|
handler->PSendSysMessage("|cffff0000Average: |cffffff00%f |cffff0000Total Reports: |cffffff00%u ", average, total_reports);
|
||||||
handler->PSendSysMessage("|cffff0000Speed Reports: |cffffff00%u |cffff0000Fly Reports: |cffffff00%u |cffff0000Jump Reports: |cffffff00%u ", speed_reports, fly_reports, jump_reports);
|
handler->PSendSysMessage("|cffff0000Speed Reports: |cffffff00%u |cffff0000Fly Reports: |cffffff00%u |cffff0000Jump Reports: |cffffff00%u ", speed_reports, fly_reports, jump_reports);
|
||||||
@@ -344,12 +344,12 @@ public:
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
Field* fields = resultLDB->Fetch();
|
Field* fields = resultLDB->Fetch();
|
||||||
handler->PSendSysMessage("Macro Requiring Lua unlock Detected: Yes");
|
handler->PSendSysMessage("Macro Requiring Lua Unlock Detected: Yes");
|
||||||
} while (resultLDB->NextRow());
|
} while (resultLDB->NextRow());
|
||||||
}
|
}
|
||||||
if (!resultLDB)
|
if (!resultLDB)
|
||||||
{
|
{
|
||||||
handler->PSendSysMessage("Macro Requiring Lua unlock Detected: No");
|
handler->PSendSysMessage("Macro Requiring Lua Unlock Detected: No");
|
||||||
}
|
}
|
||||||
handler->PSendSysMessage("Average: %f || Total Reports: %u ", average, total_reports);
|
handler->PSendSysMessage("Average: %f || Total Reports: %u ", average, total_reports);
|
||||||
handler->PSendSysMessage("Speed Reports: %u || Fly Reports: %u || Jump Reports: %u ", speed_reports, fly_reports, jump_reports);
|
handler->PSendSysMessage("Speed Reports: %u || Fly Reports: %u || Jump Reports: %u ", speed_reports, fly_reports, jump_reports);
|
||||||
|
|||||||
Reference in New Issue
Block a user