fix: Releasing a Talisman summon deletes your character (#1940)

This commit is contained in:
Reetus 2024-08-23 23:04:14 +07:00 committed by GitHub
parent 8a41d84239
commit d5984ce058
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ public partial class BaseTalismanSummon : BaseCreature
Effects.PlaySound(from,0x201);
from.Delete();
target.Delete();
}
}
}