typo
This commit is contained in:
@@ -41,6 +41,12 @@
|
|||||||
class MythicPlusData;
|
class MythicPlusData;
|
||||||
struct SoulbindEntry;
|
struct SoulbindEntry;
|
||||||
struct ArchaeologySolvePlan;
|
struct ArchaeologySolvePlan;
|
||||||
|
|
||||||
|
enum DragonRidingSpells
|
||||||
|
{
|
||||||
|
SPELL_DYNAMIC_FLIGHT = 406095,
|
||||||
|
SPELL_DRAGONRIDER_ENERGY = 372771
|
||||||
|
};
|
||||||
//WowCommunity
|
//WowCommunity
|
||||||
struct AccessRequirement;
|
struct AccessRequirement;
|
||||||
struct AchievementEntry;
|
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);
|
void ResetSeasonalQuestStatus(uint16 event_id, time_t eventStartTime);
|
||||||
|
|
||||||
//WowCommunity
|
//WowCommunity
|
||||||
enum DragonRidingSpells
|
|
||||||
{
|
|
||||||
SPELL_DYNAMIC_FLIGHT = 406095,
|
|
||||||
SPELL_DRAGONRIDER_ENERGY = 372771
|
|
||||||
};
|
|
||||||
|
|
||||||
void UpdateWeeklyRewardsPeriod();
|
void UpdateWeeklyRewardsPeriod();
|
||||||
static uint32 GetRoleBySpecializationId(uint32 specializationId);
|
static uint32 GetRoleBySpecializationId(uint32 specializationId);
|
||||||
uint32 GetRoleForGroup() const;
|
uint32 GetRoleForGroup() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user