refactor(Scripts/Northrend): code cleanup (part 11) (#7103)

This commit is contained in:
Francesco Borzì
2021-08-07 17:48:57 +02:00
committed by GitHub
parent 160dc0784e
commit 0dfab5d69b
28 changed files with 101 additions and 134 deletions

View File

@@ -46,9 +46,6 @@ enum Misc
NPC_RITUAL_CHANNELER = 27281,
NPC_ARTHAS = 29280,
NPC_FLAME_BRAZIER = 27273,
// ACTIONS
ACTION_START_SORROWGRAVE = 1,
};
enum Events

View File

@@ -34,7 +34,6 @@ public:
ObjectGuid SkadiRuthlessDoor;
ObjectGuid YmironDoor;
ObjectGuid StatisGenerator;
uint32 FightStatus;
uint32 Encounters[MAX_ENCOUNTERS];
uint8 SkadiHits;
uint8 SkadiInRange;
@@ -47,7 +46,6 @@ public:
{
SkadiHits = 0;
SkadiInRange = 0;
FightStatus = 0;
svalaAchievement = false;
skadiAchievement = false;