aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/Examples')
-rw-r--r--src/server/scripts/Examples/example_spell.cpp4
1 files changed, 2 insertions, 2 deletions
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(){}