diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-14 23:20:28 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-14 23:20:28 -0200 |
commit | ee5cfe47beaa845059109cb61045beba88a39dae (patch) | |
tree | 388917d092bff08453af6ce11bc33e40395a9987 /npc/commands/music.txt | |
parent | fb1778dcd19a5ee945f5cdbd43d0bcab2adabd8e (diff) | |
download | serverdata-ee5cfe47beaa845059109cb61045beba88a39dae.tar.gz serverdata-ee5cfe47beaa845059109cb61045beba88a39dae.tar.bz2 serverdata-ee5cfe47beaa845059109cb61045beba88a39dae.tar.xz serverdata-ee5cfe47beaa845059109cb61045beba88a39dae.zip |
Change all custom commands. Mostly logging and obfuscation. Remove some functions.
Diffstat (limited to 'npc/commands/music.txt')
-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 e794060fc..606b08ac7 100644 --- a/npc/commands/music.txt +++ b/npc/commands/music.txt @@ -35,7 +35,7 @@ OnCall: end; OnInit: - bindatcmd "music", "@music::OnCall", 0, 99, 1; + bindatcmd "music", "@music::OnCall", 80, 80, 1; .hash = htnew; // create hashtable htput(.hash, "forest", "bartk - in the forest of the birches"); |