diff options
author | Reid <reidyaro@gmail.com> | 2015-06-20 15:57:31 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-20 15:57:31 +0200 |
commit | 0af6f46e4f30d0b4be7bfc0981a91532aa23a7be (patch) | |
tree | b4d35b9af14039eef6f7237bd444d111aef7fcff /npc/000-1/couwan.txt | |
parent | 292270ca3bec31382ee31aa12c327ca855c568a4 (diff) | |
download | clientdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.gz clientdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.bz2 clientdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.xz clientdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.zip |
Replace NPC names by NPC IDs.
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r-- | npc/000-1/couwan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index 880fe95c..55b09b5f 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -47,7 +47,7 @@ mesn "Narrator"; mes col(l("Couwan hands you a box full of fish."), 9); - getitem "FishBox", 1; + getitem 713, 1; next; mes col(l("The sailor turns his back to you."), 9); |