Core/Misc: Defined new summon properties titles

Port From (https://github.com/TrinityCore/TrinityCore/commit/3700e0ef5de95dc79290cd16b5abacdd0d490570)
This commit is contained in:
hondacrx
2020-04-25 00:30:04 -04:00
parent 0f1cbbb502
commit 9ee0d404b7
9 changed files with 70 additions and 40 deletions
+1 -1
View File
@@ -566,7 +566,7 @@ namespace Game.DataStorage
public uint Id;
public SummonCategory Control;
public uint Faction;
public SummonType Title;
public SummonTitle Title;
public int Slot;
public SummonPropFlags Flags;
}