Fixes crash bug with house region (#9)
This commit is contained in:
parent
647d6c0fd0
commit
7bc930cf00
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ namespace Server.Regions
|
|||
if (bc?.NoHouseRestrictions == true)
|
||||
{
|
||||
}
|
||||
else if (bc.IsHouseSummonable == true &&
|
||||
else if (bc?.IsHouseSummonable == true &&
|
||||
!(BaseCreature.Summoning || House.IsInside(oldLocation, 16)))
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue