ci: fix codestyle and cppcheck reports (#20962)

This commit is contained in:
Stefano Borzì
2024-12-18 10:34:42 +01:00
committed by GitHub
parent 0a454b08fc
commit 83b8bf7288
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ char const* GitRevision::GetMySQLExecutable()
char const* GitRevision::GetFullVersion()
{
return VER_COMPANYNAME_STR " rev. " VER_PRODUCTVERSION_STR " (" AZEROTH_PLATFORM_STR ", " _BUILD_DIRECTIVE ", " ACORE_LINKAGE_TYPE_STR ")";
return VER_COMPANYNAME_STR " rev. " VER_PRODUCTVERSION_STR " (" AZEROTH_PLATFORM_STR ", " _BUILD_DIRECTIVE ", " ACORE_LINKAGE_TYPE_STR ")"; // cppcheck-suppress unknownMacro
}
char const* GitRevision::GetCompanyNameStr()

View File

@@ -288,7 +288,7 @@ struct boss_nalorakk : public BossAI
}).Schedule(11s, 24s, GROUP_BEAR, [this](TaskContext context)
{
DoCastSelf(SPELL_DEAFENINGROAR);
context.Repeat(11s, 24s);
context.Repeat(11s, 24s);
}).Schedule(30s, GROUP_BEAR, [this](TaskContext)
{
ShapeShift(_bearForm);