More casting fixes

This commit is contained in:
Kamron Batman 2018-09-11 18:59:11 -07:00
parent f211efc3bd
commit 20a80ea2f3
40 changed files with 125 additions and 211 deletions

View file

@ -96,7 +96,7 @@ namespace Server.Misc
return;
}
if ( @from is PlayerMobile pm )
if ( from is PlayerMobile pm )
{
int amt = ( pm.Mounted ? 48 : 16 );