diff options
author | click <none@none> | 2010-09-12 01:40:27 +0200 |
---|---|---|
committer | click <none@none> | 2010-09-12 01:40:27 +0200 |
commit | bf664b7a449112fc6d00798b4f2995a0027996a1 (patch) | |
tree | 44afbd94baa0e2c277859d70c23f465b4484f7b7 /src/server/scripts/Examples | |
parent | 6fa05cfa3e9b417c7cda4f8926a6842c07ea32fd (diff) |
Cleanup/Core: Remove whitespace and tabs
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/Examples')
-rw-r--r-- | src/server/scripts/Examples/example_spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Examples/example_spell.cpp b/src/server/scripts/Examples/example_spell.cpp index 0b43b272cb9..42126c953c3 100644 --- a/src/server/scripts/Examples/example_spell.cpp +++ b/src/server/scripts/Examples/example_spell.cpp @@ -229,7 +229,7 @@ class spell_ex_66244 : public SpellScriptLoader */ } - // function registering + // function registering void Register() { OnEffectApply += AuraEffectApplyFn(spell_ex_66244AuraScript::HandleEffectApply, EFFECT_0, SPELL_AURA_DUMMY, AURA_EFFECT_HANDLE_REAL); |