mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04: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