mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +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:
@@ -62,7 +62,6 @@ enum Misc
|
||||
|
||||
EVENT_MOVE_TO_PHASE_2 = 20,
|
||||
EVENT_FINISH_DIVE = 21
|
||||
|
||||
};
|
||||
|
||||
// Xinef: Ruse of the Ashtongue (10946)
|
||||
|
||||
@@ -56,7 +56,6 @@ enum Misc
|
||||
class boss_high_astromancer_solarian : public CreatureScript
|
||||
{
|
||||
public:
|
||||
|
||||
boss_high_astromancer_solarian() : CreatureScript("boss_high_astromancer_solarian") { }
|
||||
|
||||
struct boss_high_astromancer_solarianAI : public BossAI
|
||||
@@ -212,7 +211,6 @@ public:
|
||||
me->CastSpell(me, SPELL_PSYCHIC_SCREAM, false);
|
||||
events.ScheduleEvent(EVENT_SPELL_PSYCHIC_SCREAM, 12000);
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
DoMeleeAttackIfReady();
|
||||
|
||||
@@ -703,7 +703,6 @@ public:
|
||||
{
|
||||
return me->GetHomePosition().GetExactDist2d(me) > 165.0f || !SelectTargetFromPlayerList(165.0f);
|
||||
}
|
||||
|
||||
};
|
||||
CreatureAI* GetAI(Creature* creature) const override
|
||||
{
|
||||
|
||||
@@ -27,7 +27,6 @@ enum voidReaver
|
||||
class boss_void_reaver : public CreatureScript
|
||||
{
|
||||
public:
|
||||
|
||||
boss_void_reaver() : CreatureScript("boss_void_reaver") { }
|
||||
|
||||
struct boss_void_reaverAI : public BossAI
|
||||
|
||||
Reference in New Issue
Block a user