Skip to content

Commit

Permalink
fix: Releasing a Talisman summon deletes your character (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reetus authored Aug 23, 2024
1 parent 8a41d84 commit d5984ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/UOContent/Items/Talismans/TalismanSummons.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public override void OnClick(Mobile from, IEntity target)

Effects.PlaySound(from,0x201);

from.Delete();
target.Delete();
}
}
}
Expand Down

0 comments on commit d5984ce

Please sign in to comment.