mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -85,4 +85,3 @@ enum GameobjectIds
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -195,4 +195,3 @@ private:
|
||||
//std::list<uint64> CreatureList;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
@@ -135,7 +135,6 @@ enum Spells
|
||||
SPELL_ARTHAS_CRUSADER_STRIKE = 50773,
|
||||
};
|
||||
|
||||
|
||||
#define GOSSIP_ITEM_ARTHAS_1 "Yes, my Prince. We're ready."
|
||||
#define GOSSIP_ITEM_ARTHAS_2 "We're only doing what is best for Loarderon your Highness."
|
||||
#define GOSSIP_ITEM_ARTHAS_3 "Lead the way Prince Arthas."
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#include "ScriptedCreature.h"
|
||||
#include "old_hillsbrad.h"
|
||||
|
||||
|
||||
enum EpochHunter
|
||||
{
|
||||
SAY_AGGRO = 3,
|
||||
|
||||
@@ -76,4 +76,3 @@ enum MiscIds
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "SpellInfo.h"
|
||||
#include "ScriptedCreature.h"
|
||||
|
||||
|
||||
const Position PortalLocation[4] =
|
||||
{
|
||||
{-2041.06f, 7042.08f, 29.99f, 1.30f},
|
||||
|
||||
@@ -247,8 +247,6 @@ public:
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -267,7 +265,6 @@ public:
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
enum timeRift
|
||||
{
|
||||
EVENT_SUMMON_AT_RIFT = 1,
|
||||
|
||||
Reference in New Issue
Block a user