aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsilinoron <none@none>2010-08-01 17:16:31 -0700
committersilinoron <none@none>2010-08-01 17:16:31 -0700
commit0cdeafc2eb8456526ddddb44e2632431b9e85a5b (patch)
tree985739e18f67bef3e88b20cecb8d852d208658b5 /src
parentfe39bcaab8136115c500c672dfbf9ab09c41870b (diff)
Comment out body of AddSC_example_spell_scripts() to get rid of a loading error.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Examples/example_spell.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Examples/example_spell.cpp b/src/server/scripts/Examples/example_spell.cpp
index 1622c087468..ae03a2ab048 100644
--- a/src/server/scripts/Examples/example_spell.cpp
+++ b/src/server/scripts/Examples/example_spell.cpp
@@ -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();
+*/
} \ No newline at end of file