Merge pull request #170 from azerothcore/master

Update 2026-2-22
This commit is contained in:
kadeshar
2026-02-27 22:55:09 +01:00
committed by GitHub
362 changed files with 70378 additions and 20886 deletions

View File

@@ -56,7 +56,7 @@ AC_MODULES_API void AddModulesScripts()
/// Exposed in script modules to get the build directive of the module.
AC_MODULES_API char const* GetModulesBuildDirective()
{
return _BUILD_DIRECTIVE;
return AC_BUILD_TYPE;
}
#ifdef ACORE_IS_DYNAMIC_SCRIPTLOADER