summaryrefslogtreecommitdiff
path: root/src/server/scripts/Events
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-01-10 14:27:55 +0100
committerGitHub <noreply@github.com>2021-01-10 14:27:55 +0100
commitda4edd547d03b5a406a54c5f05649d2faec8339a (patch)
tree5f5969e24f6ea059ce209a04702c306397c0b0b5 /src/server/scripts/Events
parent7cf097eab2fc1425638557903f06a8922ee74ec1 (diff)
chore(core): remove malformed whitespaces (#4244)
* from https://www.codefactor.io/repository/github/azerothcore/azerothcore-wotlk/issues?category=Style&groupId=838&lang=5&page=75
Diffstat (limited to 'src/server/scripts/Events')
-rw-r--r--src/server/scripts/Events/brewfest.cpp3
-rw-r--r--src/server/scripts/Events/childrens_week.cpp6
-rw-r--r--src/server/scripts/Events/midsummer.cpp2
-rw-r--r--src/server/scripts/Events/pilgrims_bounty.cpp2
4 files changed, 0 insertions, 13 deletions
diff --git a/src/server/scripts/Events/brewfest.cpp b/src/server/scripts/Events/brewfest.cpp
index a695c04c00..499da074ab 100644
--- a/src/server/scripts/Events/brewfest.cpp
+++ b/src/server/scripts/Events/brewfest.cpp
@@ -761,7 +761,6 @@ public:
sayer->MonsterSay("SOMEONE TRY THIS SUPER BREW!", LANG_UNIVERSAL, 0);
//sayer->CastSpell(sayer, SPELL_CREATE_SUPER_BREW, true);
sayer->SummonCreature(NPC_SUPER_BREW_TRIGGER, sayer->GetPositionX() + 15 * cos(sayer->GetOrientation()), sayer->GetPositionY() + 15 * sin(sayer->GetOrientation()), sayer->GetPositionZ(), 0.0f, TEMPSUMMON_TIMED_OR_CORPSE_DESPAWN, 30000);
-
}
else
{
@@ -1325,7 +1324,6 @@ public:
else
target->CastSpell(target, SPELL_RAM_FATIGUE, true);
}
-
}
void HandleEffectRemove(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)
@@ -1632,7 +1630,6 @@ public:
else if ((cr = caster->FindNearestCreature(NPC_NORMAL_GORDOK, 40.0f)))
cr->CastSpell(caster, SPELL_THROW_MUG_TO_PLAYER, true);
}
-
}
void Register() override
diff --git a/src/server/scripts/Events/childrens_week.cpp b/src/server/scripts/Events/childrens_week.cpp
index 4b88725a53..2480180054 100644
--- a/src/server/scripts/Events/childrens_week.cpp
+++ b/src/server/scripts/Events/childrens_week.cpp
@@ -218,7 +218,6 @@ public:
int8 phase;
uint64 playerGUID;
uint64 orphanGUID;
-
};
CreatureAI* GetAI(Creature* creature) const override
@@ -404,7 +403,6 @@ public:
uint8 phase;
uint64 playerGUID;
uint64 orphanGUID;
-
};
CreatureAI* GetAI(Creature* creature) const override
@@ -492,7 +490,6 @@ public:
int8 phase;
uint64 playerGUID;
uint64 orphanGUID;
-
};
CreatureAI* GetAI(Creature* creature) const override
@@ -579,7 +576,6 @@ public:
int8 phase;
uint64 playerGUID;
uint64 orphanGUID;
-
};
CreatureAI* GetAI(Creature* creature) const override
@@ -675,7 +671,6 @@ public:
int8 phase;
uint64 playerGUID;
uint64 orphanGUID;
-
};
CreatureAI* GetAI(Creature* creature) const override
@@ -835,7 +830,6 @@ public:
uint32 timer;
uint64 playerGUID;
uint64 orphanGUID;
-
};
CreatureAI* GetAI(Creature* creature) const override
diff --git a/src/server/scripts/Events/midsummer.cpp b/src/server/scripts/Events/midsummer.cpp
index 39db60230e..550a9ed2dd 100644
--- a/src/server/scripts/Events/midsummer.cpp
+++ b/src/server/scripts/Events/midsummer.cpp
@@ -69,7 +69,6 @@ public:
go->SendCustomAnim(1);
}
}
-
}
};
@@ -230,7 +229,6 @@ public:
caster->CastSpell(caster, SPELL_APPLY_DIGUISE, true);
caster->setFaction(88);
}
-
}
void OnRemove(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)
diff --git a/src/server/scripts/Events/pilgrims_bounty.cpp b/src/server/scripts/Events/pilgrims_bounty.cpp
index 15a776d135..d3f1a868e3 100644
--- a/src/server/scripts/Events/pilgrims_bounty.cpp
+++ b/src/server/scripts/Events/pilgrims_bounty.cpp
@@ -325,7 +325,6 @@ public:
{
switch (passSpell)
{
-
case SPELL_PASS_TURKEY:
return SPELL_VISUAL_BOUNCE_TURKEY;
case SPELL_PASS_STUFFING:
@@ -342,7 +341,6 @@ public:
{
switch (passSpell)
{
-
case SPELL_PASS_TURKEY:
return SPELL_VISUAL_THROW_TURKEY;
case SPELL_PASS_STUFFING: