Core/DataStores: Load UnitCondition.db2

Port From (https://github.com/TrinityCore/TrinityCore/commit/f2bde40922bf59b95bba74c77390d9d51c750065)
This commit is contained in:
hondacrx
2022-02-25 19:47:39 -05:00
parent b66c37f34e
commit 3aad3e7e97
3 changed files with 17 additions and 0 deletions
@@ -94,6 +94,15 @@ namespace Game.DataStorage
public int RequiredTimeEventPassed; // serverside TimeEvent table, see ModifierTreeType::HasTimeEventPassed
}
public sealed class UnitConditionRecord
{
public uint Id;
public byte Flags;
public byte[] Variable = new byte[8];
public sbyte[] Op = new sbyte[8];
public int[] Value = new int[8];
};
public sealed class UnitPowerBarRecord
{
public uint Id;