From 158966dc793f47dd4ada264da775f647601298aa Mon Sep 17 00:00:00 2001 From: click Date: Sat, 11 Jun 2011 22:35:29 +0200 Subject: Core: Codestyle cleanup --- src/server/scripts/Examples/example_spell.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/scripts/Examples') diff --git a/src/server/scripts/Examples/example_spell.cpp b/src/server/scripts/Examples/example_spell.cpp index 453a9414234..4e50126cf92 100644 --- a/src/server/scripts/Examples/example_spell.cpp +++ b/src/server/scripts/Examples/example_spell.cpp @@ -280,7 +280,7 @@ class spell_ex_66244 : public SpellScriptLoader { } - bool DoCheckAreaTarget(Unit * proposedTarget) + bool DoCheckAreaTarget(Unit* proposedTarget) { }*/ }; @@ -379,7 +379,7 @@ class spell_ex : public SpellScriptLoader { PrepareSpellScript(spell_ex_SpellScript); - //bool Validate(SpellEntry const * spellEntry){return true;} + //bool Validate(SpellEntry const* spellEntry){return true;} //bool Load(){return true;} //void Unload(){} -- cgit v1.2.3