diff options
Diffstat (limited to 'world/map/npc/010-2/band.txt')
-rw-r--r-- | world/map/npc/010-2/band.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/010-2/band.txt b/world/map/npc/010-2/band.txt index cabc31bc..f1e0632f 100644 --- a/world/map/npc/010-2/band.txt +++ b/world/map/npc/010-2/band.txt @@ -18,7 +18,7 @@ } function|script|DimondBand { - npctalk $@SongLyrics$[$@LyricSpot]; + npctalk strnpcinfo(0), $@SongLyrics$[$@LyricSpot]; set $@LyricSpot, ($@LyricSpot + 1); if (getarraysize($@SongLyrics$) <= $@LyricSpot) set $@LyricSpot, 0; |