summaryrefslogtreecommitdiff
path: root/npc/009-7/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-7/debug.txt')
-rw-r--r--npc/009-7/debug.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-7/debug.txt b/npc/009-7/debug.txt
index 47ee823c..00fcc643 100644
--- a/npc/009-7/debug.txt
+++ b/npc/009-7/debug.txt
@@ -142,14 +142,14 @@ OnInit:
// debug messages below
OnKillerNotInDuel:
- npctalk strnpcinfo(0), "WARNING: The victim was not killed by its adversary. Aborting duel...";
+ npctalk "WARNING: The victim was not killed by its adversary. Aborting duel...";
end;
OnVictimNotInDuel:
- npctalk strnpcinfo(0), "WARNING: The victim is not part of the duel";
+ npctalk "WARNING: The victim is not part of the duel";
end;
OnVictimInDuelNoDuel:
- npctalk strnpcinfo(0), "WARNING: The victim is part of the duel but no duel is ongoing at the moment.";
+ npctalk "WARNING: The victim is part of the duel but no duel is ongoing at the moment.";
end;
}