mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
refactor(Scripts/Northrend): code cleanup (part 11) (#7103)
This commit is contained in:
@@ -46,9 +46,6 @@ enum Misc
|
||||
NPC_RITUAL_CHANNELER = 27281,
|
||||
NPC_ARTHAS = 29280,
|
||||
NPC_FLAME_BRAZIER = 27273,
|
||||
|
||||
// ACTIONS
|
||||
ACTION_START_SORROWGRAVE = 1,
|
||||
};
|
||||
|
||||
enum Events
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user