summaryrefslogtreecommitdiff
path: root/world/map/npc/009-7/debug.txt
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-06-24 12:28:42 -0500
committerWushin <pasekei@gmail.com>2015-06-24 12:28:42 -0500
commit9c42e7f35fc15a8424742593c09282aaeeec69a9 (patch)
tree7a18c6593fc8fdf5b0d330b824b4ac9dcec626e7 /world/map/npc/009-7/debug.txt
parent49b85f23157c2bd7e6919bf2a809e0893276f749 (diff)
parent9c80735ee437f90b2baefbbfcdf6c5829234c908 (diff)
downloadserverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.tar.gz
serverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.tar.bz2
serverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.tar.xz
serverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.zip
Merge pull request #403 from mekolat/npctalk
allow to specify emitter and receiver in npctalk
Diffstat (limited to 'world/map/npc/009-7/debug.txt')
-rw-r--r--world/map/npc/009-7/debug.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/009-7/debug.txt b/world/map/npc/009-7/debug.txt
index 94735b3e..997d64f1 100644
--- a/world/map/npc/009-7/debug.txt
+++ b/world/map/npc/009-7/debug.txt
@@ -153,14 +153,14 @@ OnInit:
// debug messages below
OnKillerNotInDuel:
- npctalk "WARNING: The victim was not killed by its adversary. Aborting duel...";
+ npctalk strnpcinfo(0), "WARNING: The victim was not killed by its adversary. Aborting duel...";
end;
OnVictimNotInDuel:
- npctalk "WARNING: The victim is not part of the duel";
+ npctalk strnpcinfo(0), "WARNING: The victim is not part of the duel";
end;
OnVictimInDuelNoDuel:
- npctalk "WARNING: The victim is part of the duel but no duel is ongoing at the moment.";
+ npctalk strnpcinfo(0), "WARNING: The victim is part of the duel but no duel is ongoing at the moment.";
end;
}