More Naxx40 progress, Vanilla world level adjustments

This commit is contained in:
郑佩茹
2022-08-30 18:37:10 -06:00
parent 470481190b
commit af39f0cbe1
7 changed files with 3970 additions and 2079 deletions

View File

@@ -12,6 +12,8 @@
#include "Group.h"
#include "Pet.h"
#include "DBCEnums.h"
#include "QuestDef.h"
#include "GameObject.h"
typedef std::unordered_map<uint32, uint32> questXpMapType;
questXpMapType questXpMap;
@@ -46,7 +48,10 @@ enum BuffSpells
enum ProgressionQuestIDs
{
MIGHT_OF_KALIMDOR = 8742
MIGHT_OF_KALIMDOR = 8742,
NAXX40_ATTUNEMENT_1 = 9121,
NAXX40_ATTUNEMENT_2 = 9122,
NAXX40_ATTUNEMENT_3 = 9123,
};
enum NaxxGraveyards
@@ -108,4 +113,9 @@ enum ProgressionState : uint8
PROGRESSION_WOTLK_TIER_5 = 16 // Ruby Sanctum
};
enum ProgressionObjects
{
NAXX_STRATH_GATE = 176424
};
#endif //AZEROTHCORE_INDIVIDUALPROGRESSION_H