typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user