diff options
-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 638733979..4cf786ee8 100644 --- a/npc/commands/music.txt +++ b/npc/commands/music.txt @@ -58,7 +58,7 @@ OnInit: htput(.hash, "lands", "Unforgiving_Lands.ogg"); htput(.hash, "deepcave", "Deep_Cave.ogg"); htput(.hash, "8bit", "8bit_the_hero.ogg"); - htput(.hash, "action" "Arabesque.ogg"); + htput(.hash, "action", "Arabesque.ogg"); htput(.hash, "hurns", "caketown.ogg"); htput(.hash, "fields", "woodland_fantasy.ogg"); htput(.hash, "icecave", "icecave.ogg"); |