Core/Players: Implemented PlayerDataElementAccount, PlayerDataElementCharacter, PlayerDataFlagAccount and PlayerDataFlagCharacter

Port From (https://github.com/TrinityCore/TrinityCore/commit/60400d25f5fff2dabd4aa74bbdbc0d2370360a35)
This commit is contained in:
Hondacrx
2025-08-19 16:29:13 -04:00
parent df197587a3
commit a9fc9f454f
18 changed files with 710 additions and 26 deletions
@@ -253,6 +253,9 @@ namespace Game.Entities
PlayerCommandStates _activeCheats;
List<uint> _playerDataElementsNeedSave = new();
List<uint> _playerDataFlagsNeedSave = new();
class ValuesUpdateForPlayerWithMaskSender : IDoWork<Player>
{
Player Owner;