fix: Releasing a Talisman summon deletes your character (#1940)
This commit is contained in:
parent
8a41d84239
commit
d5984ce058
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ public partial class BaseTalismanSummon : BaseCreature
|
|||
|
||||
Effects.PlaySound(from,0x201);
|
||||
|
||||
from.Delete();
|
||||
target.Delete();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue