Only player dropping BOD to book should hear the sound

This commit is contained in:
xavier 2010-11-18 23:20:09 +00:00
parent 2e24c75442
commit c9101845f5

View file

@ -125,7 +125,7 @@ namespace Server.Engines.BulkOrders
InvalidateItems();
}
from.PlaySound(0x42);
from.SendSound(0x42, GetWorldLocation());
from.SendLocalizedMessage( 1062386 ); // Deed added to book.
if ( from is PlayerMobile )