This commit is contained in:
luis
2026-09-23 18:36:46 -03:00
parent f088494ba0
commit 764eed6848
+6 -6
View File
@@ -41,6 +41,12 @@
class MythicPlusData;
struct SoulbindEntry;
struct ArchaeologySolvePlan;
enum DragonRidingSpells
{
SPELL_DYNAMIC_FLIGHT = 406095,
SPELL_DRAGONRIDER_ENERGY = 372771
};
//WowCommunity
struct AccessRequirement;
struct AchievementEntry;
@@ -1854,12 +1860,6 @@ class TC_GAME_API Player final : public Unit, public GridObject<Player>
void ResetSeasonalQuestStatus(uint16 event_id, time_t eventStartTime);
//WowCommunity
enum DragonRidingSpells
{
SPELL_DYNAMIC_FLIGHT = 406095,
SPELL_DRAGONRIDER_ENERGY = 372771
};
void UpdateWeeklyRewardsPeriod();
static uint32 GetRoleBySpecializationId(uint32 specializationId);
uint32 GetRoleForGroup() const;