summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/001-2-36/hector.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2-36/hector.txt b/npc/001-2-36/hector.txt
index f4c7176f..d25ca9e3 100644
--- a/npc/001-2-36/hector.txt
+++ b/npc/001-2-36/hector.txt
@@ -451,7 +451,7 @@ OnInit:
// here input some sentences "hello noob" like, the npc pick randomly a sentence
setarray .mockingGreeting$[0], "Hey noob!", "Hey somethingwholooklikeawarrior...", "Sup' chibi.";
- setarray .mobID[0],0, Dummy, FireDummy, Dummy2; // an array of dummies, one for each training
+ setarray .mobID[0],0, Dummy, FireDummy, Dummy; // an array of dummies, one for each training
setarray .mobCoordinate[0], 24, 34, 31, 41; // this represent the square of "ring" training
end;