fix: Fixes NPCs attacking their own summons (#1773)
This commit is contained in:
parent
d6c87a4da4
commit
35a292d2c7
5 changed files with 17 additions and 9 deletions
|
|
@ -3582,7 +3582,6 @@ namespace Server.Mobiles
|
|||
|
||||
creature.RangeHome = 10;
|
||||
creature.Summoned = true;
|
||||
|
||||
creature.SummonMaster = caster;
|
||||
|
||||
var pack = creature.Backpack;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue