diff --git a/CMakeLists.txt b/CMakeLists.txt index 277d5edef..9552fe9f0 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,8 +48,7 @@ option(ACE_USE_EXTERNAL "Use external ACE" OFF) option(POSTGRESQL "Use PostgreSQL instead of MySQL" OFF) option(BUILD_TOOLS "Build the map/vmap/mmap extractors" ON) option(SCRIPT_LIB_ELUNA "Compile with support for Eluna scripts" OFF) -option(SCRIPT_LIB_SD2 "Compile with support for ScriptDev2 scripts" ON) -#option(SCRIPT_LIB_SD3 "Compile with support for ScriptDev3 scripts" OFF) +option(SCRIPT_LIB_SD3 "Compile with support for ScriptDev2 scripts" ON) option(PLAYERBOTS "Enable Player Bots" OFF) option(SOAP "Enable remote access via SOAP" OFF) # Hidden option to enable/disable PCH. DEV ONLY! @@ -70,8 +69,7 @@ message( SOAP Enable remote access via SOAP Scripting engines: SCRIPT_LIB_ELUNA Compile with support for Eluna scripts - SCRIPT_LIB_SD2 Compile with support for ScriptDev2 scripts - SCRIPT_LIB_SD3 Compile with support for ScriptDev3 scripts + SCRIPT_LIB_SD3 Compile with support for ScriptDev2 scripts Modules: PLAYERBOTS Enable Player Bots To set an option simply type -D