Core/Scripts: Ensure Example and spell-scripts are loaded at all times in the AddScripts() function

--HG--
branch : trunk
This commit is contained in:
click
2010-09-06 22:09:55 +02:00
parent 320c354440
commit da5569bee6

View File

@@ -559,9 +559,9 @@ void AddSC_chat_log();
void AddScripts()
{
#ifdef SCRIPTS
AddExampleScripts();
AddSpellScripts();
#ifdef SCRIPTS
AddWorldScripts();
AddEasternKingdomsScripts();
AddKalimdorScripts();