From e2cb67a5227beae52ffc4442b4c0b0aab292fc59 Mon Sep 17 00:00:00 2001 From: Foereaper Date: Tue, 8 Nov 2016 23:59:52 +0100 Subject: [PATCH] Correcting SD version description --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a546d084..0fb7eec6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ option(BUILD_MANGOSD "Build the main server" ON) option(BUILD_REALMD "Build the login server" ON) option(BUILD_TOOLS "Build the map/vmap/mmap extractors" ON) option(SCRIPT_LIB_ELUNA "Compile with support for Eluna scripts" ON) -option(SCRIPT_LIB_SD3 "Compile with support for ScriptDev2 scripts" ON) +option(SCRIPT_LIB_SD3 "Compile with support for ScriptDev3 scripts" ON) option(PLAYERBOTS "Enable Player Bots" OFF) option(SOAP "Enable remote access via SOAP" OFF) # Hidden option to enable/disable PCH. DEV ONLY! @@ -72,7 +72,7 @@ message( SOAP Enable remote access via SOAP Scripting engines: SCRIPT_LIB_ELUNA Compile with support for Eluna scripts - SCRIPT_LIB_SD3 Compile with support for ScriptDev2 scripts + SCRIPT_LIB_SD3 Compile with support for ScriptDev3 scripts Modules: PLAYERBOTS Enable Player Bots To set an option simply type -D