mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
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
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user