mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Comment out body of AddSC_example_spell_scripts() to get rid of a loading error.
--HG-- branch : trunk
This commit is contained in:
@@ -108,6 +108,7 @@ SpellScript * GetSpellScript_spell_ex_()
|
||||
// this function has to be added to function set in ScriptLoader.cpp
|
||||
void AddSC_example_spell_scripts()
|
||||
{
|
||||
/* Commented out to prevent loading errors
|
||||
Script *newscript;
|
||||
|
||||
newscript = new Script;
|
||||
@@ -116,4 +117,5 @@ void AddSC_example_spell_scripts()
|
||||
// assign create function to the script
|
||||
newscript->GetSpellScript = &GetSpellScript_spell_ex_49375;
|
||||
newscript->RegisterSelf();
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user