diff options
Diffstat (limited to 'src/server/scripts/Examples')
-rw-r--r-- | src/server/scripts/Examples/example_spell.cpp | 2 |
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 5397cd161d8..695cf65c6c7 100644 --- a/src/server/scripts/Examples/example_spell.cpp +++ b/src/server/scripts/Examples/example_spell.cpp @@ -135,6 +135,7 @@ class spell_ex_66244 : public SpellScriptLoader class spell_ex_66244AuraScript : public AuraScript { + PrepareAuraScript(spell_ex_66244AuraScript) enum Spells { SPELL_TRIGGERED = 18282 @@ -297,6 +298,7 @@ class spell_ex : public SpellScriptLoader class spell_ex_AuraScript : public AuraScript { + PrepareAuraScript(spell_ex) //bool Validate(SpellEntry const * spellEntry){return true;} //bool Load(){return true;} //void Unload(){} |