fix(spells): SpellTargetPoint3D doesnt inherits ISpellTarget (#665)
This commit is contained in:
parent
06a577332d
commit
6c22b14a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ namespace Server.Spells
|
|||
void Target(IPoint3D p);
|
||||
}
|
||||
|
||||
public class SpellTargetPoint3D : Target
|
||||
public class SpellTargetPoint3D : Target, ISpellTarget
|
||||
{
|
||||
private readonly bool m_CheckLOS;
|
||||
private ISpellTargetingPoint3D m_Spell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue