Misc fixes
This commit is contained in:
@@ -620,7 +620,7 @@ namespace Scripts.World.NpcsSpecial
|
||||
Creature patient = me.SummonCreature(patientEntry, point, TempSummonType.TimedDespawnOutOfCombat, TimeSpan.FromSeconds(5));
|
||||
if (patient != null)
|
||||
{
|
||||
//303, this flag appear to be required for client side item.spell to work (TargetMath.SingleFriend)
|
||||
//303, this flag appear to be required for client side item.spell to work (TargetSingleFriend)
|
||||
patient.SetUnitFlag(UnitFlags.PlayerControlled);
|
||||
|
||||
Patients.Add(patient.GetGUID());
|
||||
|
||||
Reference in New Issue
Block a user