More casting fixes
This commit is contained in:
parent
f211efc3bd
commit
20a80ea2f3
40 changed files with 125 additions and 211 deletions
|
|
@ -43,7 +43,7 @@ namespace Server.Misc
|
|||
{
|
||||
Mobile from = state.Mobile;
|
||||
|
||||
if ( @from.Guild is Guild guild )
|
||||
if ( from.Guild is Guild guild )
|
||||
{
|
||||
bool locations = pvSrc.ReadByte() != 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue