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:
click
2010-11-10 05:22:27 +01:00
parent 5674f81e51
commit 03e4ecfbfd
13 changed files with 6474 additions and 65 deletions

View File

@@ -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()
{