mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 16:26:08 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -297,7 +297,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void EnterCombat(Unit* /*who*/) override
|
||||
{
|
||||
if (me->GetEntry() == NPC_URSULA_DIREBREW)
|
||||
@@ -352,7 +351,6 @@ public:
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
enum kegThrowers
|
||||
{
|
||||
QUEST_THERE_AND_BACK_AGAIN_A = 11122,
|
||||
@@ -1129,7 +1127,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
///////////////////////////////////////
|
||||
////// SPELLS
|
||||
///////////////////////////////////////
|
||||
|
||||
@@ -918,7 +918,6 @@ enum headlessHorseman
|
||||
SPELL_PUMPKIN_AURA = 42294,
|
||||
SPELL_BURNING_BODY = 43184,
|
||||
|
||||
|
||||
// NP
|
||||
SPELL_HORSEMAN_SMOKE = 42355,
|
||||
SPELL_SPIRIT_PARTICLES_GREEN_CHEST = 43161,
|
||||
@@ -971,7 +970,6 @@ public:
|
||||
for (std::list<Creature*>::iterator itr = unitList.begin(); itr != unitList.end(); ++itr)
|
||||
(*itr)->ToCreature()->DespawnOrUnsummon(500);
|
||||
|
||||
|
||||
Map::PlayerList const& players = me->GetMap()->GetPlayers();
|
||||
if (!players.isEmpty() && players.begin()->GetSource() && players.begin()->GetSource()->GetGroup())
|
||||
sLFGMgr->FinishDungeon(players.begin()->GetSource()->GetGroup()->GetGUID(), 285, me->FindMap());
|
||||
|
||||
@@ -377,14 +377,14 @@ public:
|
||||
{
|
||||
EntryCheckPredicate pred(NPC_APOTHECARY_BAXTER);
|
||||
summons.DoAction(ACTION_RELEASE_HELPER, pred);
|
||||
|
||||
|
||||
break;
|
||||
}
|
||||
case EVENT_CALL_FRYE:
|
||||
{
|
||||
EntryCheckPredicate pred(NPC_APOTHECARY_FRYE);
|
||||
summons.DoAction(ACTION_RELEASE_HELPER, pred);
|
||||
|
||||
|
||||
break;
|
||||
}
|
||||
case EVENT_SPELL_PERFUME_SPRAY:
|
||||
|
||||
@@ -196,7 +196,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
///////////////////////////////
|
||||
// SPELLS
|
||||
///////////////////////////////
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include "GameEventMgr.h"
|
||||
#include "Player.h"
|
||||
|
||||
|
||||
///////////////////////////////
|
||||
// SPELLS
|
||||
///////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user