mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +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:
@@ -209,7 +209,6 @@ public:
|
||||
m_auiEncounter[i] = NOT_STARTED;
|
||||
|
||||
OUT_LOAD_INST_DATA_COMPLETE;
|
||||
|
||||
}
|
||||
else
|
||||
OUT_LOAD_INST_DATA_FAIL;
|
||||
|
||||
@@ -179,7 +179,6 @@ public:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
SendGossipMenuFor(player, TEXT_ID_START, creature->GetGUID());
|
||||
return true;
|
||||
@@ -223,7 +222,6 @@ public:
|
||||
|
||||
struct brann_bronzebeardAI : public npc_escortAI
|
||||
{
|
||||
|
||||
brann_bronzebeardAI(Creature* c) : npc_escortAI(c), summons(me)
|
||||
{
|
||||
AbedneumGUID = MarnakGUID = KaddrakGUID = 0;
|
||||
@@ -515,7 +513,6 @@ public:
|
||||
}
|
||||
case EVENT_GO_TO_SJONNIR:
|
||||
{
|
||||
|
||||
if (GameObject* door = ObjectAccessor::GetGameObject(*me, pInstance->GetData64(GO_SJONNIR_DOOR)))
|
||||
door->SetGoState(GO_STATE_ACTIVE);
|
||||
SetEscortPaused(false);
|
||||
|
||||
@@ -175,7 +175,6 @@ void RestoreAssemblyHealth(uint64 guid1, uint64 guid2, Creature* me)
|
||||
if(Creature* cr2 = ObjectAccessor::GetCreature(*me, guid2))
|
||||
if(cr2->IsAlive())
|
||||
cr2->SetHealth(cr2->GetMaxHealth());
|
||||
|
||||
}
|
||||
|
||||
class boss_steelbreaker : public CreatureScript
|
||||
|
||||
@@ -121,7 +121,6 @@ enum Texts
|
||||
FLAME_LEVIATHAN_EMOTE_PURSUE,
|
||||
FLAME_LEVIATHAN_EMOTE_OVERLOAD,
|
||||
FLAME_LEVIATHAN_EMOTE_REPAIR
|
||||
|
||||
};
|
||||
|
||||
enum Sounds
|
||||
@@ -1092,7 +1091,6 @@ public:
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
class npc_thorims_hammer : public CreatureScript
|
||||
|
||||
@@ -1193,7 +1193,6 @@ public:
|
||||
|
||||
void HandleEffectPeriodic(AuraEffect const* /*aurEff*/)
|
||||
{
|
||||
|
||||
if (Unit* target = GetTarget())
|
||||
{
|
||||
if (target->GetMapId() == 603)
|
||||
|
||||
@@ -1055,7 +1055,6 @@ public:
|
||||
events.ScheduleEvent(EVENT_SPELL_SHOCK_BLAST, 20000);
|
||||
events.ScheduleEvent(EVENT_PROXIMITY_MINES_1, 6000);
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1677,7 +1676,6 @@ public:
|
||||
DoZoneInCombat();
|
||||
events.Reset();
|
||||
events.ScheduleEvent(EVENT_SPELL_PLASMA_BALL, 0);
|
||||
|
||||
}
|
||||
}
|
||||
else if (id == 2 && !immobilized && Phase == 3) // magnetic core
|
||||
|
||||
@@ -430,7 +430,6 @@ public:
|
||||
if( npc_entry )
|
||||
if (Creature* c = me->SummonCreature(npc_entry, x, y, 391.1f, j * M_PI / 2, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 5000))
|
||||
DoZoneInCombat(c);
|
||||
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -391,7 +391,6 @@ public:
|
||||
// Disabled by stunned state
|
||||
DoMeleeAttackIfReady();
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -368,7 +368,6 @@ public:
|
||||
class AreaTrigger_at_celestial_planetarium_enterance : public AreaTriggerScript
|
||||
{
|
||||
public:
|
||||
|
||||
AreaTrigger_at_celestial_planetarium_enterance()
|
||||
: AreaTriggerScript("at_celestial_planetarium_enterance")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user