fix: Fixes NPCs attacking their own summons (#1773)

This commit is contained in:
Kamron Batman 2024-05-11 16:32:55 -07:00 committed by GitHub
parent d6c87a4da4
commit 35a292d2c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 9 deletions

View file

@ -3582,7 +3582,6 @@ namespace Server.Mobiles
creature.RangeHome = 10;
creature.Summoned = true;
creature.SummonMaster = caster;
var pack = creature.Backpack;