mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
Core/Scripts: Ensure Example and spell-scripts are loaded at all times in the AddScripts() function
--HG-- branch : trunk
This commit is contained in:
@@ -559,9 +559,9 @@ void AddSC_chat_log();
|
||||
|
||||
void AddScripts()
|
||||
{
|
||||
#ifdef SCRIPTS
|
||||
AddExampleScripts();
|
||||
AddSpellScripts();
|
||||
#ifdef SCRIPTS
|
||||
AddWorldScripts();
|
||||
AddEasternKingdomsScripts();
|
||||
AddKalimdorScripts();
|
||||
|
||||
Reference in New Issue
Block a user