diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/music.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt index f8fbe54ba..d89bfc7db 100644 --- a/npc/commands/music.txt +++ b/npc/commands/music.txt @@ -37,7 +37,7 @@ OnCall: end; OnInit: - bindatcmd "music", "@music::OnCall", 80, 80, 1; + bindatcmd "music", "@music::OnCall", 60, 80, 1; .hash = htnew; // create hashtable htput(.hash, "ship", "sail_away.ogg"); |