Merges bug fixes and cleanup with master (#17)
This commit is contained in:
parent
39dfe86e10
commit
55136d8842
33 changed files with 157 additions and 234 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