mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Core: Partial revert of rcb3188281e, rc85b35f076, r97f9a0fa3e due to missing loader implementation.
(files disabled but kept in repo, and will be fully reinstated once everything is sorted out) Note: SQL-update-data is NOT supplied for 're-converting' to old help-system - this is after all considered a workrepo untill we tag a commit as stable! --HG-- branch : trunk
This commit is contained in:
@@ -44,6 +44,7 @@ void AddSC_example_spell_scripts();
|
||||
|
||||
void AddSC_SmartSCripts();
|
||||
|
||||
/*
|
||||
//Commands
|
||||
void AddSC_account_commandscript();
|
||||
void AddSC_achievement_commandscript();
|
||||
@@ -53,6 +54,7 @@ void AddSC_go_commandscript();
|
||||
void AddSC_learn_commandscript();
|
||||
void AddSC_modify_commandscript();
|
||||
void AddSC_debug_commandscript();
|
||||
*/
|
||||
|
||||
#ifdef SCRIPTS
|
||||
//world
|
||||
@@ -579,7 +581,9 @@ void AddScripts()
|
||||
AddExampleScripts();
|
||||
AddSpellScripts();
|
||||
AddSC_SmartSCripts();
|
||||
/*
|
||||
AddCommandScripts();
|
||||
*/
|
||||
#ifdef SCRIPTS
|
||||
AddWorldScripts();
|
||||
AddEasternKingdomsScripts();
|
||||
@@ -619,6 +623,7 @@ void AddSpellScripts()
|
||||
AddSC_example_spell_scripts();
|
||||
}
|
||||
|
||||
/*
|
||||
void AddCommandScripts()
|
||||
{
|
||||
AddSC_account_commandscript();
|
||||
@@ -630,6 +635,7 @@ void AddCommandScripts()
|
||||
AddSC_modify_commandscript();
|
||||
AddSC_debug_commandscript();
|
||||
}
|
||||
*/
|
||||
|
||||
void AddWorldScripts()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user