just misc merge cleanups
This commit is contained in:
parent
030ad1db5b
commit
2a9b547f7b
13 changed files with 73 additions and 34 deletions
|
|
@ -2298,7 +2298,7 @@ namespace Server.Multis
|
|||
{
|
||||
from.SendLocalizedMessage( 501362 ); // That can't be a co-owner of the house.
|
||||
}
|
||||
else if ( HasAccountHouse( targ ) )
|
||||
else if ( !Core.AOS && HasAccountHouse( targ ) )
|
||||
{
|
||||
from.SendLocalizedMessage( 501364 ); // That person is already a house owner.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue