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

@@ -31,7 +31,6 @@ enum Netherspite
SPELL_NETHERSPITE_ROAR = 38684,
};
const float PortalCoord[3][3] =
{
{-11195.353516f, -1613.237183f, 278.237258f}, // Left side

View File

@@ -10,7 +10,6 @@
#include "karazhan.h"
#include "SpellInfo.h"
enum PrinceSay
{
SAY_AGGRO = 0,
@@ -74,7 +73,6 @@ struct InfernalPoint
{ -10935.7f, -1996.0f }
};*/
//---------Infernal code first
class netherspite_infernal : public CreatureScript
{
@@ -100,7 +98,6 @@ public:
void EnterCombat(Unit* /*who*/) override { }
void MoveInLineOfSight(Unit* /*who*/) override { }
void UpdateAI(uint32 diff) override
{
if (HellfireTimer)
@@ -151,7 +148,6 @@ public:
};
};
class boss_malchezaar : public CreatureScript
{
public:
@@ -469,7 +465,6 @@ public:
uint32 AxesTargetSwitchTimer;
InstanceScript* instance;
void Initialize()
{
AxesTargetSwitchTimer = 7500;

View File

@@ -51,7 +51,6 @@ enum Creatures
NPC_PORTAL = 17265
};
class npc_kilrek : public CreatureScript
{
public:
@@ -142,7 +141,6 @@ public:
void AttackStart(Unit* /*who*/) override { }
void MoveInLineOfSight(Unit* /*who*/) override { }
void JustDied(Unit* /*killer*/) override
{
if (SacrificeGUID)
@@ -365,7 +363,6 @@ public:
}
}
if (SummonKilrekTimer <= diff)
{
DoCast(me, SPELL_SUMMON_IMP, true);

View File

@@ -133,7 +133,6 @@ public:
InstanceScript* instance;
uint32 AggroTimer;
uint32 WaterBoltTimer;
@@ -143,7 +142,6 @@ public:
bool SummonedTito;
bool TitoDied;
void Reset() override
{
Initialize();
@@ -797,11 +795,8 @@ enum RedRidingHood
CREATURE_BIG_BAD_WOLF = 17521,
};
#define GOSSIP_GRANDMA "What phat lewtz you have grandmother?"
class npc_grandmother : public CreatureScript
{
public:
@@ -997,7 +992,6 @@ enum JulianneRomulo
ROMULO_Y = -1758,
};
enum RAJPhase
{
PHASE_JULIANNE = 0,

View File

@@ -425,7 +425,6 @@ public:
}
};
void AddSC_instance_karazhan()
{
new instance_karazhan();

View File

@@ -413,7 +413,6 @@ public:
#define SAY_DIALOG_ARCANAGOS_8 "What have you done, wizard? This cannot be! I'm burning from... within!"
#define SAY_DIALOG_MEDIVH_9 "He should not have angered me. I must go... recover my strength now..."
//static float MedivPos[4] = {-11161.49f, -1902.24f, 91.48f, 1.94f};
static float ArcanagosPos[4] = {-11169.75f, -1881.48f, 107.39f, 4.83f};