mirror of
https://github.com/telegramcores/mod-premium.git
synced 2026-01-13 00:58:36 +00:00
chore(Misc): delete old configs API #20
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
# CMake generation timestamp file for this directory.
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
# CMake generation dependency list for this directory.
|
|
||||||
D:/3.3.5/azerothcore-wotlk/modules/mod-premium/CMakeLists.txt
|
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
CU_SET_PATH("CMAKE_PREMIUM_DIR" "${CMAKE_CURRENT_LIST_DIR}")
|
# Add cpp files
|
||||||
|
|
||||||
AC_ADD_SCRIPT("${CMAKE_CURRENT_LIST_DIR}/src/premium.cpp")
|
AC_ADD_SCRIPT("${CMAKE_CURRENT_LIST_DIR}/src/premium.cpp")
|
||||||
|
|
||||||
AC_ADD_SCRIPT_LOADER("Premium" "${CMAKE_CURRENT_LIST_DIR}/src/loader.h")
|
# Add scripts to script loader
|
||||||
|
AC_ADD_SCRIPT_LOADER("Premium" "${CMAKE_CURRENT_LIST_DIR}/src/loader.h")
|
||||||
|
|
||||||
CU_ADD_HOOK(AFTER_WORLDSERVER_CMAKE "${CMAKE_CURRENT_LIST_DIR}/src/cmake/after_ws_install.cmake")
|
# Add config file
|
||||||
|
AC_ADD_CONFIG_FILE("${CMAKE_CURRENT_LIST_DIR}/conf/premium.conf.dist")
|
||||||
message("-- PREMIUM ACCOUNT CONFIGURED --")
|
|
||||||
|
|||||||
222
INSTALL.vcxproj
222
INSTALL.vcxproj
@@ -1,222 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
|
||||||
<ProjectConfiguration Include="Debug|x64">
|
|
||||||
<Configuration>Debug</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="MinSizeRel|x64">
|
|
||||||
<Configuration>MinSizeRel</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="RelWithDebInfo|x64">
|
|
||||||
<Configuration>RelWithDebInfo</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
</ItemGroup>
|
|
||||||
<PropertyGroup Label="Globals">
|
|
||||||
<ProjectGUID>{25F132F2-9D7B-3573-826A-B1663605302E}</ProjectGUID>
|
|
||||||
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
|
|
||||||
<Keyword>Win32Proj</Keyword>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
<ProjectName>INSTALL</ProjectName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v140</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v140</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v140</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v140</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
||||||
<ImportGroup Label="ExtensionSettings">
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
|
||||||
<PropertyGroup>
|
|
||||||
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<PostBuildEvent>
|
|
||||||
<Message></Message>
|
|
||||||
<Command>setlocal
|
|
||||||
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
|
||||||
if %errorlevel% neq 0 goto :cmEnd
|
|
||||||
:cmEnd
|
|
||||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
||||||
:cmErrorLevel
|
|
||||||
exit /b %1
|
|
||||||
:cmDone
|
|
||||||
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
||||||
</PostBuildEvent>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<PostBuildEvent>
|
|
||||||
<Message></Message>
|
|
||||||
<Command>setlocal
|
|
||||||
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
|
||||||
if %errorlevel% neq 0 goto :cmEnd
|
|
||||||
:cmEnd
|
|
||||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
||||||
:cmErrorLevel
|
|
||||||
exit /b %1
|
|
||||||
:cmDone
|
|
||||||
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
||||||
</PostBuildEvent>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<PostBuildEvent>
|
|
||||||
<Message></Message>
|
|
||||||
<Command>setlocal
|
|
||||||
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
|
||||||
if %errorlevel% neq 0 goto :cmEnd
|
|
||||||
:cmEnd
|
|
||||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
||||||
:cmErrorLevel
|
|
||||||
exit /b %1
|
|
||||||
:cmDone
|
|
||||||
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
||||||
</PostBuildEvent>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<PostBuildEvent>
|
|
||||||
<Message></Message>
|
|
||||||
<Command>setlocal
|
|
||||||
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
|
||||||
if %errorlevel% neq 0 goto :cmEnd
|
|
||||||
:cmEnd
|
|
||||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
||||||
:cmErrorLevel
|
|
||||||
exit /b %1
|
|
||||||
:cmDone
|
|
||||||
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
||||||
</PostBuildEvent>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<CustomBuild Include="D:\3.3.5\build\CMakeFiles\933f1318a5cbe7aba812299bf6f7ead3\INSTALL_force.rule">
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
||||||
cd .
|
|
||||||
if %errorlevel% neq 0 goto :cmEnd
|
|
||||||
:cmEnd
|
|
||||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
||||||
:cmErrorLevel
|
|
||||||
exit /b %1
|
|
||||||
:cmDone
|
|
||||||
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:/3.3.5/build/CMakeFiles/933f1318a5cbe7aba812299bf6f7ead3/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\3.3.5\build\modules\mod-premium\CMakeFiles\INSTALL_force</Outputs>
|
|
||||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
||||||
cd .
|
|
||||||
if %errorlevel% neq 0 goto :cmEnd
|
|
||||||
:cmEnd
|
|
||||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
||||||
:cmErrorLevel
|
|
||||||
exit /b %1
|
|
||||||
:cmDone
|
|
||||||
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:/3.3.5/build/CMakeFiles/933f1318a5cbe7aba812299bf6f7ead3/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\3.3.5\build\modules\mod-premium\CMakeFiles\INSTALL_force</Outputs>
|
|
||||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
||||||
cd .
|
|
||||||
if %errorlevel% neq 0 goto :cmEnd
|
|
||||||
:cmEnd
|
|
||||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
||||||
:cmErrorLevel
|
|
||||||
exit /b %1
|
|
||||||
:cmDone
|
|
||||||
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:/3.3.5/build/CMakeFiles/933f1318a5cbe7aba812299bf6f7ead3/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\3.3.5\build\modules\mod-premium\CMakeFiles\INSTALL_force</Outputs>
|
|
||||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
||||||
cd .
|
|
||||||
if %errorlevel% neq 0 goto :cmEnd
|
|
||||||
:cmEnd
|
|
||||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
||||||
:cmErrorLevel
|
|
||||||
exit /b %1
|
|
||||||
:cmDone
|
|
||||||
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:/3.3.5/build/CMakeFiles/933f1318a5cbe7aba812299bf6f7ead3/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\3.3.5\build\modules\mod-premium\CMakeFiles\INSTALL_force</Outputs>
|
|
||||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
||||||
</CustomBuild>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="D:/3.3.5/build/ZERO_CHECK.vcxproj">
|
|
||||||
<Project>38AE2268-BD49-3C05-A368-616721326E8C</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
<ProjectReference Include="D:/3.3.5/build/ALL_BUILD.vcxproj">
|
|
||||||
<Project>E996CB99-2454-3ECE-A98E-4C7CD907F741</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
||||||
<ImportGroup Label="ExtensionTargets">
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup>
|
|
||||||
<CustomBuild Include="D:\3.3.5\build\CMakeFiles\933f1318a5cbe7aba812299bf6f7ead3\INSTALL_force.rule">
|
|
||||||
<Filter>CMake Rules</Filter>
|
|
||||||
</CustomBuild>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Filter Include="CMake Rules">
|
|
||||||
<UniqueIdentifier>{925DC728-CE6E-34C3-8BF6-284A3BD89EFB}</UniqueIdentifier>
|
|
||||||
</Filter>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
if ( MSVC )
|
|
||||||
add_custom_command(TARGET worldserver
|
|
||||||
POST_BUILD
|
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_PREMIUM_DIR}/conf/premium.conf.dist ${CMAKE_BINARY_DIR}/bin/$(ConfigurationName)/
|
|
||||||
)
|
|
||||||
elseif ( MINGW )
|
|
||||||
add_custom_command(TARGET worldserver
|
|
||||||
POST_BUILD
|
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_PREMIUM_DIR}/conf/premium.conf.dist ${CMAKE_BINARY_DIR}/bin/
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
install(FILES "${CMAKE_PREMIUM_DIR}/conf/premium.conf.dist" DESTINATION ${CONF_DIR})
|
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
void AddSC_premium_account();
|
void AddSC_premium_account();
|
||||||
|
|
||||||
void AddPremiumScripts() {
|
void AddPremiumScripts()
|
||||||
|
{
|
||||||
AddSC_premium_account();
|
AddSC_premium_account();
|
||||||
}
|
}
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
#include "ScriptedGossip.h"
|
#include "ScriptedGossip.h"
|
||||||
#include "ScriptMgr.h"
|
#include "ScriptMgr.h"
|
||||||
#include "Spell.h"
|
#include "Spell.h"
|
||||||
#include "Configuration/Config.h"
|
#include "Config.h"
|
||||||
|
|
||||||
enum Vendors
|
enum Vendors
|
||||||
{
|
{
|
||||||
@@ -323,49 +323,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
class premium_world : public WorldScript
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
premium_world() : WorldScript("premiumworld") { }
|
|
||||||
|
|
||||||
void OnBeforeConfigLoad(bool reload) override
|
|
||||||
{
|
|
||||||
if (!reload)
|
|
||||||
{
|
|
||||||
std::string conf_path = _CONF_DIR;
|
|
||||||
std::string cfg_file = conf_path + "/premium.conf";
|
|
||||||
|
|
||||||
#if PLATFORM == PLATFORM_WINDOWS
|
|
||||||
cfg_file = "premium.conf";
|
|
||||||
#endif
|
|
||||||
std::string cfg_def_file = cfg_file + ".dist";
|
|
||||||
|
|
||||||
// Load .conf.dist config
|
|
||||||
if (!sConfigMgr->LoadMore(cfg_def_file.c_str()))
|
|
||||||
{
|
|
||||||
sLog->outString();
|
|
||||||
sLog->outError("Module config: Invalid or missing configuration dist file : %s", cfg_def_file.c_str());
|
|
||||||
sLog->outError("Module config: Verify that the file exists and has \'[worldserver]' written in the top of the file!");
|
|
||||||
sLog->outError("Module config: Use default settings!");
|
|
||||||
sLog->outString();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Load .conf config
|
|
||||||
if (!sConfigMgr->LoadMore(cfg_file.c_str()))
|
|
||||||
{
|
|
||||||
sLog->outString();
|
|
||||||
sLog->outError("Module config: Invalid or missing configuration file : %s", cfg_file.c_str());
|
|
||||||
sLog->outError("Module config: Verify that the file exists and has \'[worldserver]' written in the top of the file!");
|
|
||||||
sLog->outError("Module config: Use default settings!");
|
|
||||||
sLog->outString();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
void AddSC_premium_account()
|
void AddSC_premium_account()
|
||||||
{
|
{
|
||||||
new premium_account();
|
new premium_account();
|
||||||
new premium_world();
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user