Core/Entities: Phasing rewrite
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Game.DataStorage
|
||||
public sealed class PhaseRecord
|
||||
{
|
||||
public uint Id;
|
||||
public ushort Flags;
|
||||
public PhaseEntryFlags Flags;
|
||||
}
|
||||
|
||||
public sealed class PhaseXPhaseGroupRecord
|
||||
|
||||
@@ -552,6 +552,6 @@ namespace Game.DataStorage
|
||||
public SummonCategory Control;
|
||||
public ushort Faction;
|
||||
public SummonType Title;
|
||||
public byte Slot;
|
||||
public sbyte Slot;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user