Skip to content

Commit

Permalink
Fix: usunieto spam wiadomosciami o papudze. (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: GajuszZOrod <[email protected]>
  • Loading branch information
GajuszZOrod and GajuszZOrod authored Oct 16, 2024
1 parent 9541024 commit e7865fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/Nelderim/Items/ML/Parrot/PetParrot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public override void OnStatsQuery( Mobile from )
{
BaseHouse house = BaseHouse.FindHouseAt( this );

if ( house != null && house.IsCoOwner( from ) )
from.SendLocalizedMessage( 1072625 ); // As the house owner, you may rename this Parrot.
//if ( house != null && house.IsCoOwner( from ) )
// from.SendLocalizedMessage( 1072625 ); // As the house owner, you may rename this Parrot.

from.Send( new Server.Network.MobileStatus( from, this ) );
}
Expand Down

0 comments on commit e7865fc

Please sign in to comment.