Only player dropping BOD to book should hear the sound
This commit is contained in:
parent
2e24c75442
commit
c9101845f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue