Renames trapable to trappable. (#4)
This commit is contained in:
parent
bb8f09752f
commit
9a4aeaba0d
12 changed files with 22 additions and 22 deletions
|
|
@ -45,9 +45,9 @@ namespace Server.SkillHandlers
|
|||
{
|
||||
from.SendLocalizedMessage( 502816 ); // You feel that such an action would be inappropriate
|
||||
}
|
||||
else if ( targeted is TrapableContainer )
|
||||
else if ( targeted is TrappableContainer )
|
||||
{
|
||||
TrapableContainer targ = (TrapableContainer)targeted;
|
||||
TrappableContainer targ = (TrappableContainer)targeted;
|
||||
|
||||
from.Direction = from.GetDirectionTo( targ );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue