Core/Battleground: Rework BattlegroundScore
Port From (https://github.com/TrinityCore/TrinityCore/commit/da0ec4f830c4428a17fd4e52124dca6c63e25961)
This commit is contained in:
@@ -178,6 +178,13 @@ namespace Game.DataStorage
|
||||
public byte ItemLevelDelta;
|
||||
}
|
||||
|
||||
public sealed class PvpStatRecord
|
||||
{
|
||||
public LocalizedString Description;
|
||||
public uint Id;
|
||||
public uint MapID;
|
||||
}
|
||||
|
||||
public sealed class PvpSeasonRecord
|
||||
{
|
||||
public uint Id;
|
||||
|
||||
Reference in New Issue
Block a user