From c6c0c109836daf33f47114cb7eb1ddc946ad5c19 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 Jun 2018 14:05:08 -0300 Subject: Music filename sanitization --- npc/commands/music.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/commands/music.txt') diff --git a/npc/commands/music.txt b/npc/commands/music.txt index e8e42f37b..6ad3f5dd3 100644 --- a/npc/commands/music.txt +++ b/npc/commands/music.txt @@ -38,12 +38,12 @@ OnInit: bindatcmd "music", "@music::OnCall", 80, 80, 1; .hash = htnew; // create hashtable - htput(.hash, "ship", "bartk - in the forest of the birches.ogg"); - htput(.hash, "city", "bartk - the adventure begins.ogg"); - htput(.hash, "ghoul", "eric matyas - ghoulish fun.ogg"); + htput(.hash, "ship", "bartk_forest_of_birches.ogg"); + htput(.hash, "city", "bartk_adventure.ogg"); + htput(.hash, "ghoul", "eric_matyas_ghouls.ogg"); htput(.hash, "surreal", "eric matyas - surreal place.ogg"); - htput(.hash, "magic", "magick - real.ogg"); - htput(.hash, "forest", "dariunas - the forest.ogg"); + htput(.hash, "magic", "magick_real.ogg"); + htput(.hash, "forest", "dariunas_forest.ogg"); htput(.hash, "mythica", "mythica.ogg"); htput(.hash, "acid", "3b5.ogg"); htput(.hash, "misuse", "misuse.ogg"); @@ -52,6 +52,6 @@ OnInit: htput(.hash, "peace", "peace.ogg"); htput(.hash, "toast", "dragon_and_toast.ogg"); htput(.hash, "woodland2", "New_Woodlands.ogg"); - htput(.hash, "lands", "Unforgiving Lands.ogg"); + htput(.hash, "lands", "Unforgiving_Lands.ogg"); htput(.hash, "deepcave", "Deep_Cave.ogg"); } -- cgit v1.2.3-60-g2f50