mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-05 18:20:24 -08:00
fix(Core/Module): don't fallback to .dist for module configs (#22874)
This commit is contained in:
parent
c52d99bfc4
commit
9ce8bd0cc6
2 changed files with 19 additions and 31 deletions
|
|
@ -342,6 +342,7 @@ foreach(ModuleName ${MODULE_LIST__})
|
|||
|
||||
foreach(configFileName ${MODULE_CONFIG_LIST})
|
||||
CopyModuleConfig("${MODULE_CONFIG_PATH}/${configFileName}")
|
||||
string(REGEX REPLACE "\.dist$" "" configFileName ${configFileName})
|
||||
set(CONFIG_LIST ${CONFIG_LIST}${configFileName},)
|
||||
message(STATUS " | * ${configFileName}")
|
||||
endforeach()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue