Core: Updated to 11.0.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/4f7079f471401d5cf7885351baabc027813f60f5)
This commit is contained in:
@@ -926,7 +926,13 @@ namespace Framework.Constants
|
||||
public enum PlayerDataFlag
|
||||
{
|
||||
ExploredZonesIndex = 1,
|
||||
CharacterIndex = 2,
|
||||
AccountIndex = 3
|
||||
CharacterDataIndex = 2,
|
||||
AccountDataIndex = 3,
|
||||
CharacterTaxiNodesIndex = 4,
|
||||
AccountTaxiNodesIndex = 5,
|
||||
AccountCombinedQuestsIndex = 6,
|
||||
AccountCombinedQuestRewardsIndex = 7,
|
||||
CharacterContentpushIndex = 8,
|
||||
CharacterQuestCompletedIndex = 9,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user