Core/Battlegrounds: Move to scripts And a lot of misc commits i couldn't recover.
Port From (https://github.com/TrinityCore/TrinityCore/commit/d0d5d309bb5877dc2fcb27f6cb123707a31ec1e8)
This commit is contained in:
@@ -369,16 +369,19 @@ namespace Framework.Constants
|
||||
RaceToRecipient = 29, // "%s's attempt to share quest "%s" failed. You are the wrong race for that quest."
|
||||
LowFaction = 30, // "%s's reputation is too low for that quest."
|
||||
LowFactionToRecipient = 31, // "%s's attempt to share quest "%s" failed. Your reputation is too low for that quest."
|
||||
Expansion = 32, // "%s doesn't own the required expansion for that quest."
|
||||
ExpansionToRecipient = 33, // "%s's attempt to share quest "%s" failed. You do not own the required expansion for that quest."
|
||||
NotGarrisonOwner = 34, // "%s must own a garrison to accept that quest."
|
||||
NotGarrisonOwnerToRecipient = 35, // "%s's attempt to share quest "%s" failed. You must own a garrison to accept that quest."
|
||||
WrongCovenant = 36, // "%s is in the wrong covenant for that quest."
|
||||
WrongCovenantToRecipient = 37, // "%s's attempt to share quest "%s" failed. You are in the wrong covenant for that quest."
|
||||
NewPlayerExperience = 38, // "%s must complete Exile's Reach to accept that quest."
|
||||
NewPlayerExperienceToRecipient = 39, // "%s's attempt to share quest "%s" failed. You must complete Exile's Reach to accept that quest."
|
||||
WrongFaction = 40, // "%s is the wrong faction for that quest."
|
||||
WrongFactionToRecipient = 41 // "%s's attempt to share quest "%s" failed. You are the wrong faction for that quest."
|
||||
HighFaction = 32, // "%s's reputation is too high for that quest."
|
||||
HighFactionToRecipient = 33, // "%s's attempt to share quest "%s" failed. Your reputation is too high for that quest."
|
||||
Expansion = 34, // "%s doesn't own the required expansion for that quest."
|
||||
ExpansionToRecipient = 35, // "%s's attempt to share quest "%s" failed. You do not own the required expansion for that quest."
|
||||
NotGarrisonOwner = 36, // "%s must own a garrison to accept that quest."
|
||||
NotGarrisonOwnerToRecipient = 37, // "%s's attempt to share quest "%s" failed. You must own a garrison to accept that quest."
|
||||
WrongCovenant = 38, // "%s is in the wrong covenant for that quest."
|
||||
WrongCovenantToRecipient = 39, // "%s's attempt to share quest "%s" failed. You are in the wrong covenant for that quest."
|
||||
NewPlayerExperience = 40, // "%s must complete Exile's Reach to accept that quest."
|
||||
NewPlayerExperienceToRecipient = 41, // "%s's attempt to share quest "%s" failed. You must complete Exile's Reach to accept that quest."
|
||||
WrongFaction = 42, // "%s is the wrong faction for that quest."
|
||||
WrongFactionToRecipient = 43, // "%s's attempt to share quest "%s" failed. You are the wrong faction for that quest."
|
||||
CrossFactionRestricted = 44, // "Quests can't be shared in cross-faction groups."
|
||||
}
|
||||
|
||||
public enum QuestTradeSkill
|
||||
|
||||
Reference in New Issue
Block a user