mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 09:03:47 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -31,7 +31,6 @@ enum Netherspite
|
||||
SPELL_NETHERSPITE_ROAR = 38684,
|
||||
};
|
||||
|
||||
|
||||
const float PortalCoord[3][3] =
|
||||
{
|
||||
{-11195.353516f, -1613.237183f, 278.237258f}, // Left side
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -425,7 +425,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
void AddSC_instance_karazhan()
|
||||
{
|
||||
new instance_karazhan();
|
||||
|
||||
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user