diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-09 14:30:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-09 14:30:19 -0300 |
commit | e6834dc497489e3219daf3f2770a975817de64e7 (patch) | |
tree | 2b68546322145a3b785ddd1c292e66afa04b8752 /npc/010-2 | |
parent | ec1d600a09cb6c45d5b7924037039e4c6a003b89 (diff) | |
download | serverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.gz serverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.bz2 serverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.xz serverdata-e6834dc497489e3219daf3f2770a975817de64e7.zip |
Systematically fix most if not every improper instance of npctalk
Diffstat (limited to 'npc/010-2')
-rw-r--r-- | npc/010-2/band.txt | 2 |
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; |