summaryrefslogtreecommitdiff
path: root/world/map/npc/010-2
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-23 11:00:00 -0400
committermekolat <mekolat@users.noreply.github.com>2015-06-24 13:24:44 -0400
commit9c80735ee437f90b2baefbbfcdf6c5829234c908 (patch)
tree01a728f52b59345822be6ac7b1403d6e78c67311 /world/map/npc/010-2
parentab76e47e3f090b29aaba2ec4579e2431a4465d12 (diff)
downloadserverdata-9c80735ee437f90b2baefbbfcdf6c5829234c908.tar.gz
serverdata-9c80735ee437f90b2baefbbfcdf6c5829234c908.tar.bz2
serverdata-9c80735ee437f90b2baefbbfcdf6c5829234c908.tar.xz
serverdata-9c80735ee437f90b2baefbbfcdf6c5829234c908.zip
allow to specify emitter and receiver in npctalk
Diffstat (limited to 'world/map/npc/010-2')
-rw-r--r--world/map/npc/010-2/band.txt2
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;