Core: Remove Whitespaces

This commit is contained in:
Vincent-Michael
2014-10-04 22:04:36 +02:00
parent ef92d31c49
commit 8a4abdaa67
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ public:
struct boss_darkweaver_sythAI : public BossAI
{
boss_darkweaver_sythAI(Creature* creature) : BossAI(creature, DATA_DARKWEAVER_SYTH)
{
{
Initialize();
}

View File

@@ -117,7 +117,7 @@ public:
void Reset() override
{
ReliquaryGUID.Clear();
ReliquaryGUID.Clear();
}
void EnterCombat(Unit* /*who*/) override