From e22426c7c0c0aa4088d079a821fc13233ba78887 Mon Sep 17 00:00:00 2001 From: click Date: Fri, 12 Nov 2010 20:47:03 +0100 Subject: Core/Scripts: Reinstate commandscripts, now with extra bling and working commands (and yes, we did test it thoroughly this time) Thanks to Paradox for sorting the commandscripts and chanhandlers out to work as they were intentionally ment to be like. --HG-- branch : trunk --- src/server/game/Scripting/ScriptLoader.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/server/game/Scripting/ScriptLoader.cpp') diff --git a/src/server/game/Scripting/ScriptLoader.cpp b/src/server/game/Scripting/ScriptLoader.cpp index f3f062ac713..d904e171290 100755 --- a/src/server/game/Scripting/ScriptLoader.cpp +++ b/src/server/game/Scripting/ScriptLoader.cpp @@ -44,7 +44,6 @@ void AddSC_example_spell_scripts(); void AddSC_SmartSCripts(); -/* //Commands void AddSC_account_commandscript(); void AddSC_achievement_commandscript(); @@ -54,7 +53,6 @@ void AddSC_go_commandscript(); void AddSC_learn_commandscript(); void AddSC_modify_commandscript(); void AddSC_debug_commandscript(); -*/ #ifdef SCRIPTS //world @@ -581,9 +579,7 @@ void AddScripts() AddExampleScripts(); AddSpellScripts(); AddSC_SmartSCripts(); -/* AddCommandScripts(); -*/ #ifdef SCRIPTS AddWorldScripts(); AddEasternKingdomsScripts(); @@ -623,7 +619,6 @@ void AddSpellScripts() AddSC_example_spell_scripts(); } -/* void AddCommandScripts() { AddSC_account_commandscript(); @@ -635,7 +630,6 @@ void AddCommandScripts() AddSC_modify_commandscript(); AddSC_debug_commandscript(); } -*/ void AddWorldScripts() { -- cgit v1.2.3