summaryrefslogtreecommitdiff
path: root/npc/010-2/band.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/010-2/band.txt')
-rw-r--r--npc/010-2/band.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/010-2/band.txt b/npc/010-2/band.txt
index a94fc3a7..e667163d 100644
--- a/npc/010-2/band.txt
+++ b/npc/010-2/band.txt
@@ -13,7 +13,7 @@
end;
}
function script DimondBand {
- npctalk strnpcinfo(0), $@SongLyrics$[$@LyricSpot];
+ npctalk $@SongLyrics$[$@LyricSpot];
$@LyricSpot = ($@LyricSpot + 1);
if (getarraysize($@SongLyrics$) <= $@LyricSpot)
$@LyricSpot = 0;