Core: Updated to 11.1.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/23624ed75abc8cbb77bb2e24a08e0836e4c41db5)
This commit is contained in:
@@ -92,6 +92,7 @@ namespace Framework.Constants
|
||||
ForgeMaster = 55,
|
||||
CharacterBanker = 56,
|
||||
AccountBanker = 57,
|
||||
ProfessionRespec = 58,
|
||||
|
||||
Max
|
||||
}
|
||||
@@ -168,7 +169,8 @@ namespace Framework.Constants
|
||||
{
|
||||
None = 0x0,
|
||||
QuestLabelPrepend = 0x1,
|
||||
HideOptionIDFromClient = 0x2
|
||||
HideOptionIDFromClient = 0x2,
|
||||
PlayMovieLabelPrepend = 0x4,
|
||||
}
|
||||
|
||||
[Flags]
|
||||
|
||||
Reference in New Issue
Block a user