diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-08 23:32:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-08 23:32:31 -0300 |
commit | 42eccc51aa5e21cfb4e1e6998d1b761c9e68fd9b (patch) | |
tree | 98ae70cc8ed7ea6c68e99386c16c0f2e67001ed2 | |
parent | 39a31ac8da289701fb04e9ef19b41a04e3802668 (diff) | |
download | serverdata-42eccc51aa5e21cfb4e1e6998d1b761c9e68fd9b.tar.gz serverdata-42eccc51aa5e21cfb4e1e6998d1b761c9e68fd9b.tar.bz2 serverdata-42eccc51aa5e21cfb4e1e6998d1b761c9e68fd9b.tar.xz serverdata-42eccc51aa5e21cfb4e1e6998d1b761c9e68fd9b.zip |
Music can be a GM 60 command for all I care
-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"); |