diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-23 14:32:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-23 14:32:29 -0300 |
commit | d161462f1d85d1c99f3a5aada80ec654d2a8a2ca (patch) | |
tree | f94175909192dada3009deba72e315df910b8295 /npc/commands/music.txt | |
parent | e29d4d967c668c25148cd894b47780dd26e378ec (diff) | |
download | serverdata-d161462f1d85d1c99f3a5aada80ec654d2a8a2ca.tar.gz serverdata-d161462f1d85d1c99f3a5aada80ec654d2a8a2ca.tar.bz2 serverdata-d161462f1d85d1c99f3a5aada80ec654d2a8a2ca.tar.xz serverdata-d161462f1d85d1c99f3a5aada80ec654d2a8a2ca.zip |
Follow music updates, we may be ready now.
Diffstat (limited to 'npc/commands/music.txt')
-rw-r--r-- | npc/commands/music.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt index 68e4e229f..023a2b098 100644 --- a/npc/commands/music.txt +++ b/npc/commands/music.txt @@ -42,10 +42,9 @@ OnInit: htput(.hash, "adventure", "bartk - the adventure begins.ogg"); htput(.hash, "fun", "eric matyas - ghoulish fun.ogg"); htput(.hash, "surreal", "eric matyas - surreal place.ogg"); - htput(.hash, "ocean", "ezili - ocean sounds.ogg"); htput(.hash, "magic", "magick - real.ogg"); htput(.hash, "forest2", "dariunas - the forest.ogg"); - htput(.hash, "mythica", "mythica.mp3"); + htput(.hash, "mythica", "mythica.ogg"); htput(.hash, "3b5", "3b5.ogg"); htput(.hash, "misuse", "misuse.ogg"); htput(.hash, "prelude", "water_prelude.ogg"); |