Core/SAI: Allow SMART_ACTION_SUMMON_CREATURE to summon more than 1 creature

Port From (https://github.com/TrinityCore/TrinityCore/commit/40416d62f354c2a49f6acf9fac094401e25d3db8)
This commit is contained in:
hondacrx
2022-05-26 21:50:25 -04:00
parent 80581e0e6f
commit 750fd7f885
2 changed files with 16 additions and 8 deletions
@@ -2774,6 +2774,7 @@ namespace Game.AI
public uint storageID;
public uint attackInvoker;
public uint flags; // SmartActionSummonCreatureFlags
public uint count;
}
public struct ThreatPCT
{