Core/Misc: Added more quest sort enums from db2
Port From (https://github.com/TrinityCore/TrinityCore/commit/afbe45091d13ff535548da30442f2985c985347e)
This commit is contained in:
@@ -160,7 +160,85 @@ namespace Framework.Constants
|
|||||||
AssaultOnTheDarkPortal = 402,
|
AssaultOnTheDarkPortal = 402,
|
||||||
GarrisonSupport = 403,
|
GarrisonSupport = 403,
|
||||||
Logging = 404,
|
Logging = 404,
|
||||||
Pickpocketing = 405
|
Pickpocketing = 405,
|
||||||
|
Artifact = 406,
|
||||||
|
DemonHunter = 407,
|
||||||
|
Mining = 408,
|
||||||
|
WeekendEvent = 409,
|
||||||
|
Enchanting = 410,
|
||||||
|
Skinning = 411,
|
||||||
|
WorldQuest = 412,
|
||||||
|
DeathKnightCampaign = 413,
|
||||||
|
DemonHunterCampaign = 416,
|
||||||
|
DruidCampaign = 417,
|
||||||
|
HunterCampaign = 418,
|
||||||
|
MonkCampaign = 419,
|
||||||
|
MageCampaign = 420,
|
||||||
|
PriestCampaign = 421,
|
||||||
|
PaladinCampaign = 422,
|
||||||
|
ShamanCampaign = 423,
|
||||||
|
RogueCampaign = 424,
|
||||||
|
WarlockCampaign = 425,
|
||||||
|
WarriorCampaign = 426,
|
||||||
|
OrderHall = 427,
|
||||||
|
LegionfallCampaign = 428,
|
||||||
|
TheHuntForIllidanStormrage = 429,
|
||||||
|
PiratesDay = 430,
|
||||||
|
ArgusExpedition = 431,
|
||||||
|
Warfronts = 432,
|
||||||
|
MoonkinFestival = 433,
|
||||||
|
TheKingsPath = 434,
|
||||||
|
TheDeathsOfChromie = 435,
|
||||||
|
RocketChicken = 436,
|
||||||
|
LightforgedDraenei = 437,
|
||||||
|
HighmountainTauren = 438,
|
||||||
|
VoidElf = 439,
|
||||||
|
Nightborne = 440,
|
||||||
|
Dungeon = 441,
|
||||||
|
Raid = 442,
|
||||||
|
AlliedRaces = 444,
|
||||||
|
TheWarchiefsAgenda = 445,
|
||||||
|
AdventureJourney = 446,
|
||||||
|
AllianceWarCampaign = 447,
|
||||||
|
HordeWarCampaign = 448,
|
||||||
|
DarkIronDwarf = 449,
|
||||||
|
MagharOrc = 450,
|
||||||
|
TheShadowHunter = 451,
|
||||||
|
IslandExpeditions = 453,
|
||||||
|
WorldPvp = 555,
|
||||||
|
ThePrideOfKulTiras = 556,
|
||||||
|
RatedPvp = 557,
|
||||||
|
ZandalariTroll = 559,
|
||||||
|
Heritage = 560,
|
||||||
|
Questfall = 561,
|
||||||
|
TyrandesVengeance = 562,
|
||||||
|
TheFateOfSaurfang = 563,
|
||||||
|
FreeTshirtDay = 564,
|
||||||
|
CrucibleOfStorms = 565,
|
||||||
|
KulTiran = 566,
|
||||||
|
Assault = 567,
|
||||||
|
HeartOfAzeroth = 569,
|
||||||
|
Professions = 571,
|
||||||
|
NazjatarFollowers = 573,
|
||||||
|
Sinfall = 574,
|
||||||
|
KorraksRevenge = 575,
|
||||||
|
CovenantSanctum = 576,
|
||||||
|
ReferAFriend = 579,
|
||||||
|
VisionsOfNzoth = 580,
|
||||||
|
Vulpera = 582,
|
||||||
|
Mechagnome = 583,
|
||||||
|
BlackEmpireCampaign = 584,
|
||||||
|
EmberCourt = 586,
|
||||||
|
ThroughTheShatteredSky = 587,
|
||||||
|
DeathRising = 588,
|
||||||
|
KyrianCallings = 589,
|
||||||
|
NightFaeCallings = 590,
|
||||||
|
NecrolordCallings = 591,
|
||||||
|
VenthyrCallings = 592,
|
||||||
|
AbominableStitching = 593,
|
||||||
|
TimewalkingCampaign = 594,
|
||||||
|
PathOfAscension = 595,
|
||||||
|
LegendaryCrafting = 596
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum QuestFailedReasons
|
public enum QuestFailedReasons
|
||||||
|
|||||||
Reference in New Issue
Block a user