mirror of
https://github.com/azerothcore/mod-solo-lfg
synced 2025-11-29 15:58:17 +08:00
fix genloader
This commit is contained in:
@@ -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("${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")
|
AC_ADD_CONFIG_FILE("${CMAKE_CURRENT_LIST_DIR}/conf/SoloLfg.conf.dist")
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
** Made by Traesh https://github.com/Traesh
|
** Made by Traesh https://github.com/Traesh
|
||||||
** AzerothCore 2019 http://www.azerothcore.org/
|
** 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/
|
** Made into a module by Micrah https://github.com/milestorme/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
void AddScLfg_SoloScripts()
|
void AddLfgSoloScripts()
|
||||||
{
|
{
|
||||||
new lfg_solo();
|
new lfg_solo();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
void AddSc_Lfg_SoloScripts();
|
void AddLfgSoloScripts();
|
||||||
|
|||||||
Reference in New Issue
Block a user