Core/Spells: Implemented personal summons

This commit is contained in:
hondacrx
2018-04-08 18:50:05 -04:00
parent 7c8f9d5d15
commit c69c715cc0
10 changed files with 81 additions and 18 deletions
+1 -1
View File
@@ -548,7 +548,7 @@ namespace Game.DataStorage
public sealed class SummonPropertiesRecord
{
public uint Id;
public uint Flags;
public SummonPropFlags Flags;
public SummonCategory Control;
public ushort Faction;
public SummonType Title;