#W# Inn rooms are limited to 1. Also tweaked the weather some.
This commit is contained in:
parent
770b95bb64
commit
72562f1970
4 changed files with 34 additions and 30 deletions
|
|
@ -3297,8 +3297,10 @@ namespace Server.Multis
|
|||
{
|
||||
for ( int j = 0; j < list.Count; ++j )
|
||||
{
|
||||
if ( !list[j].Deleted )
|
||||
count++;
|
||||
BaseHouse h = list[j];
|
||||
|
||||
if ( !h.Deleted && !(h is Server.Custom.InnRooms.InnRoomHouse) )
|
||||
count++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue