mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
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
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
enum IPLoggingTypes
|
||||
{
|
||||
|
||||
// AccountActionIpLogger();
|
||||
ACCOUNT_LOGIN = 0,
|
||||
ACCOUNT_FAIL_LOGIN = 1,
|
||||
|
||||
@@ -32,7 +32,6 @@ EndContentData */
|
||||
class AreaTrigger_at_voltarus_middle : public AreaTriggerScript
|
||||
{
|
||||
public:
|
||||
|
||||
AreaTrigger_at_voltarus_middle()
|
||||
: AreaTriggerScript("at_voltarus_middle")
|
||||
{
|
||||
@@ -64,7 +63,6 @@ enum CoilfangGOs
|
||||
class AreaTrigger_at_coilfang_waterfall : public AreaTriggerScript
|
||||
{
|
||||
public:
|
||||
|
||||
AreaTrigger_at_coilfang_waterfall()
|
||||
: AreaTriggerScript("at_coilfang_waterfall")
|
||||
{
|
||||
@@ -96,7 +94,6 @@ enum LegionTeleporter
|
||||
class AreaTrigger_at_legion_teleporter : public AreaTriggerScript
|
||||
{
|
||||
public:
|
||||
|
||||
AreaTrigger_at_legion_teleporter()
|
||||
: AreaTriggerScript("at_legion_teleporter")
|
||||
{
|
||||
@@ -138,7 +135,6 @@ enum StormwrightShelf
|
||||
class AreaTrigger_at_stormwright_shelf : public AreaTriggerScript
|
||||
{
|
||||
public:
|
||||
|
||||
AreaTrigger_at_stormwright_shelf()
|
||||
: AreaTriggerScript("at_stormwright_shelf")
|
||||
{
|
||||
@@ -166,7 +162,6 @@ enum ScentLarkorwi
|
||||
class AreaTrigger_at_scent_larkorwi : public AreaTriggerScript
|
||||
{
|
||||
public:
|
||||
|
||||
AreaTrigger_at_scent_larkorwi()
|
||||
: AreaTriggerScript("at_scent_larkorwi")
|
||||
{
|
||||
@@ -197,7 +192,6 @@ enum AtLastRites
|
||||
class AreaTrigger_at_last_rites : public AreaTriggerScript
|
||||
{
|
||||
public:
|
||||
|
||||
AreaTrigger_at_last_rites()
|
||||
: AreaTriggerScript("at_last_rites")
|
||||
{
|
||||
@@ -259,7 +253,6 @@ enum Waygate
|
||||
class AreaTrigger_at_sholazar_waygate : public AreaTriggerScript
|
||||
{
|
||||
public:
|
||||
|
||||
AreaTrigger_at_sholazar_waygate() : AreaTriggerScript("at_sholazar_waygate") { }
|
||||
|
||||
bool OnTrigger(Player* player, AreaTrigger const* trigger) override
|
||||
|
||||
@@ -139,7 +139,6 @@ public:
|
||||
|
||||
//Set our global cooldown
|
||||
GlobalCooldown = GENERIC_CREATURE_COOLDOWN;
|
||||
|
||||
}//If no spells available and we arn't moving run to target
|
||||
else if (IsSelfRooted)
|
||||
{
|
||||
|
||||
@@ -1417,7 +1417,6 @@ public:
|
||||
|
||||
void WaypointReached(uint32 /*waypointId*/) override
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void UpdateAI(uint32 diff) override
|
||||
|
||||
Reference in New Issue
Block a user