mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Cut away DO_*-parts from buildsystem and specific files checking for it.
--HG-- branch : trunk
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
#ifdef DO_SCRIPTS
|
||||
#ifdef SCRIPTS
|
||||
//custom
|
||||
|
||||
//examples
|
||||
@@ -531,7 +531,7 @@ void AddSC_example_spell_scripts();
|
||||
|
||||
void AddScripts()
|
||||
{
|
||||
#ifdef DO_SCRIPTS
|
||||
#ifdef SCRIPTS
|
||||
|
||||
//custom
|
||||
|
||||
|
||||
Reference in New Issue
Block a user