diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-09 19:06:53 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 19:06:53 -0200 |
commit | 3f5869f7eb95135cb5a749d973dab4c206f9ff21 (patch) | |
tree | ca223d7e3d0eb89b57fbd597f1c4d6f333f1495c /npc/commands/music.txt | |
parent | 886faa35b07728b3f3009197a7143daa3d624840 (diff) | |
download | serverdata-3f5869f7eb95135cb5a749d973dab4c206f9ff21.tar.gz serverdata-3f5869f7eb95135cb5a749d973dab4c206f9ff21.tar.bz2 serverdata-3f5869f7eb95135cb5a749d973dab4c206f9ff21.tar.xz serverdata-3f5869f7eb95135cb5a749d973dab4c206f9ff21.zip |
Fix broken command
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 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"); |