Fixes parent references. (#15)
This commit is contained in:
parent
01d0fb75b8
commit
90ffe0ea3c
20 changed files with 55 additions and 93 deletions
|
|
@ -118,7 +118,7 @@ namespace Server.Spells
|
|||
return true;
|
||||
}
|
||||
|
||||
public virtual bool OnCasterUsingObject(object o)
|
||||
public virtual bool OnCasterUsingObject(IEntity entity)
|
||||
{
|
||||
if (State == SpellState.Sequencing)
|
||||
Disturb(DisturbType.UseRequest);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue