summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-06-20 15:57:31 +0200
committerReid <reidyaro@gmail.com>2015-06-20 15:57:31 +0200
commit0af6f46e4f30d0b4be7bfc0981a91532aa23a7be (patch)
treeb4d35b9af14039eef6f7237bd444d111aef7fcff /npc/functions
parent292270ca3bec31382ee31aa12c327ca855c568a4 (diff)
downloadserverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.gz
serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.bz2
serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.xz
serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.zip
Replace NPC names by NPC IDs.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/sailordialogue.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/sailordialogue.txt b/npc/functions/sailordialogue.txt
index 51e7e292..4db1a3b0 100644
--- a/npc/functions/sailordialogue.txt
+++ b/npc/functions/sailordialogue.txt
@@ -44,7 +44,7 @@ L_RandomB:
close;
L_RandomC:
- mesq l("I think I'll be done soon, since I almost have a box full of @@s!", getitemlink("CrocClaw"));
+ mesq l("I think I'll be done soon, since I almost have a box full of @@s!", getitemlink(706));
next;
mesq l("And you? How's it going on your side?");
next;