From 0cdeafc2eb8456526ddddb44e2632431b9e85a5b Mon Sep 17 00:00:00 2001 From: silinoron Date: Sun, 1 Aug 2010 17:16:31 -0700 Subject: Comment out body of AddSC_example_spell_scripts() to get rid of a loading error. --HG-- branch : trunk --- src/server/scripts/Examples/example_spell.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.2.3