From 29e39f6f8b2386df3fae4b1127a1dece2e7da25a Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Sat, 14 Oct 2023 10:53:16 +0200 Subject: [PATCH 1/4] test --- src/eluna_loader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eluna_loader.cpp b/src/eluna_loader.cpp index 4ac23bce1c..2281dbbbeb 100644 --- a/src/eluna_loader.cpp +++ b/src/eluna_loader.cpp @@ -15,6 +15,7 @@ * with this program. If not, see . */ + // From SC void AddSC_ElunaLuaEngine(); From 888b94a06826e60d562d73bf4527be4858429f07 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Sat, 14 Oct 2023 10:56:26 +0200 Subject: [PATCH 2/4] Update core_build.yml --- .github/workflows/core_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index 921c9eb4e4..a0352a6042 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -7,6 +7,6 @@ on: jobs: build: - uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main + uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@fix/cppcheck-suppressions with: module_repo: ${{ github.event.repository.name }} From dcdfb93c5234d4d112803ceb6ea0285f57bad031 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Sat, 14 Oct 2023 11:12:00 +0200 Subject: [PATCH 3/4] test --- src/eluna_loader.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/eluna_loader.cpp b/src/eluna_loader.cpp index 2281dbbbeb..4ac23bce1c 100644 --- a/src/eluna_loader.cpp +++ b/src/eluna_loader.cpp @@ -15,7 +15,6 @@ * with this program. If not, see . */ - // From SC void AddSC_ElunaLuaEngine(); From e942100a4a81182f0e207f09d4bf143767e7b98d Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Sat, 14 Oct 2023 11:13:15 +0200 Subject: [PATCH 4/4] test --- src/eluna_loader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eluna_loader.cpp b/src/eluna_loader.cpp index 4ac23bce1c..2281dbbbeb 100644 --- a/src/eluna_loader.cpp +++ b/src/eluna_loader.cpp @@ -15,6 +15,7 @@ * with this program. If not, see . */ + // From SC void AddSC_ElunaLuaEngine();