Core/DataStores: Load PvpTier.db2
Port From (https://github.com/TrinityCore/TrinityCore/commit/8d5356cdeaeaae7dc20bfca71ca24b8134a8e80c)
This commit is contained in:
@@ -213,4 +213,17 @@ namespace Game.DataStorage
|
||||
public uint DeathKnightLevelRequired;
|
||||
public uint DemonHunterLevelRequired;
|
||||
}
|
||||
|
||||
public sealed class PvpTierRecord
|
||||
{
|
||||
public LocalizedString Name;
|
||||
public uint Id;
|
||||
public short MinRating;
|
||||
public short MaxRating;
|
||||
public int PrevTier;
|
||||
public int NextTier;
|
||||
public sbyte BracketID;
|
||||
public sbyte Rank;
|
||||
public int RankIconFileDataID;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user