fix genloader

This commit is contained in:
Micrah
2019-12-15 07:28:53 +11:00
parent 50cca8aed8
commit 4d98466525
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ CU_SET_PATH("CMAKE_LFG_SOLO_DIR" "${CMAKE_CURRENT_LIST_DIR}")
AC_ADD_SCRIPT("${CMAKE_CURRENT_LIST_DIR}/src/Lfg_Solo.cpp")
AC_ADD_SCRIPT_LOADER("Sc_Lfg_Solo" "${CMAKE_CURRENT_LIST_DIR}/src/loader.h")
AC_ADD_SCRIPT_LOADER("LfgSolo" "${CMAKE_CURRENT_LIST_DIR}/src/loader.h")
AC_ADD_CONFIG_FILE("${CMAKE_CURRENT_LIST_DIR}/conf/SoloLfg.conf.dist")

View File

@@ -1,7 +1,7 @@
/*
** Made by Traesh https://github.com/Traesh
** AzerothCore 2019 http://www.azerothcore.org/
** [Conan513:](https://github.com/conan513).
** Conan513 https://github.com/conan513
** Made into a module by Micrah https://github.com/milestorme/
*/
@@ -30,7 +30,7 @@ public:
}
};
void AddScLfg_SoloScripts()
void AddLfgSoloScripts()
{
new lfg_solo();
}

View File

@@ -1 +1 @@
void AddSc_Lfg_SoloScripts();
void AddLfgSoloScripts();