mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core: Codestyle cleanup
This commit is contained in:
@@ -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(){}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user