Core/Entities: Phasing rewrite

This commit is contained in:
hondacrx
2018-03-28 11:09:30 -04:00
parent caad52f636
commit fa35d60f60
72 changed files with 2254 additions and 1146 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ namespace Game.DataStorage
public sealed class PhaseRecord
{
public uint Id;
public ushort Flags;
public PhaseEntryFlags Flags;
}
public sealed class PhaseXPhaseGroupRecord
+1 -1
View File
@@ -552,6 +552,6 @@ namespace Game.DataStorage
public SummonCategory Control;
public ushort Faction;
public SummonType Title;
public byte Slot;
public sbyte Slot;
}
}