Skip to content

Commit

Permalink
ci: fix codestyle and cppcheck reports (azerothcore#20962)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias authored Dec 18, 2024
1 parent 0a454b0 commit 83b8bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/GitRevision.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 83b8bf7

Please sign in to comment.