feat(CI/Codestyle): added codestyle check (#3668)

This commit is contained in:
Kargatum
2021-01-09 17:59:50 +07:00
committed by GitHub
parent 57aa46244d
commit ea93a5c1a1
400 changed files with 238 additions and 748 deletions

View File

@@ -45,7 +45,6 @@ enum Misc
EVENT_SPELL_VOID_BOLT = 9
};
#define INNER_PORTAL_RADIUS 14.0f
#define OUTER_PORTAL_RADIUS 28.0f
#define CENTER_X 432.909f
@@ -54,7 +53,6 @@ enum Misc
#define CENTER_O 1.06421f
#define PORTAL_Z 17.005f
class boss_high_astromancer_solarian : public CreatureScript
{
public:
@@ -301,4 +299,3 @@ void AddSC_boss_high_astromancer_solarian()
new spell_astromancer_wrath_of_the_astromancer();
new spell_astromancer_solarian_transform();
}

View File

@@ -89,7 +89,6 @@ enum Spells
SPELL_NETHER_BEAM = 35869,
SPELL_NETHER_BEAM_DAMAGE = 35873,
SPELL_REMOTE_TOY_STUN = 37029
};

View File

@@ -122,4 +122,3 @@ void AddSC_boss_void_reaver()
{
new boss_void_reaver();
}

View File

@@ -102,4 +102,3 @@ void AddSC_boss_gatewatcher_iron_hand()
{
new boss_gatewatcher_iron_hand();
}

View File

@@ -154,4 +154,3 @@ void AddSC_boss_pathaleon_the_calculator()
{
new boss_pathaleon_the_calculator();
}

View File

@@ -6,7 +6,6 @@
#include "ScriptedCreature.h"
#include "arcatraz.h"
enum MillhouseSays
{
SAY_INTRO_1 = 0,

View File

@@ -171,4 +171,3 @@ void AddSC_boss_harbinger_skyriss()
{
new boss_harbinger_skyriss();
}

View File

@@ -37,7 +37,6 @@ public:
{
boss_zereketh_the_unboundAI(Creature* creature) : BossAI(creature, DATA_ZEREKETH) { }
void JustDied(Unit* /*killer*/) override
{
_JustDied();

View File

@@ -208,4 +208,3 @@ void AddSC_instance_arcatraz()
{
new instance_arcatraz();
}

View File

@@ -146,4 +146,3 @@ void AddSC_boss_high_botanist_freywinn()
{
new boss_high_botanist_freywinn();
}

View File

@@ -142,4 +142,3 @@ void AddSC_boss_laj()
{
new boss_laj();
}

View File

@@ -63,7 +63,6 @@ public:
BossAI::MoveInLineOfSight(who);
}
void EnterCombat(Unit* /*who*/) override
{
_EnterCombat();

View File

@@ -109,4 +109,3 @@ void AddSC_boss_warp_splinter()
{
new boss_warp_splinter();
}