diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-27 14:01:37 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-27 14:01:37 +0200 |
commit | 3b0ee3f022e33f4adb152e55a035c89b55091897 (patch) | |
tree | c82603b355b682c52b1f13dd7af63e508c670f28 /npc/000-1/couwan.txt | |
parent | dca809acf6f9f518955306ad842dfefb73df6e0d (diff) | |
download | serverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.tar.gz serverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.tar.bz2 serverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.tar.xz serverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.zip |
Changed all item IDs by their aegisname in scripts.
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r-- | npc/000-1/couwan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index 24bb24fd..0d231706 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -76,10 +76,10 @@ mesq l("Yeye ask too much but do too little. Take this box and stop talking."); next; - inventoryplace 713, 1; + inventoryplace FishBox, 1; mesn "Narrator"; mes col(l("Couwan hands you a box full of fish."), 9); - getitem 713, 1; + getitem FishBox, 1; next; mes col(l("The sailor turns his back to you."), 9); |