fix: ForceOfNature should damage the target (#1526)
This commit is contained in:
parent
d55406337f
commit
666b83a3dd
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ namespace Server.Items
|
|||
{
|
||||
int damage = Utility.RandomMinMax(15, 35);
|
||||
|
||||
AOS.Damage(From, From, damage, false, 0, 0, 0, 0, 0, 0, 100);
|
||||
AOS.Damage(Target, From, damage, false, 0, 0, 0, 0, 0, 0, 100);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue