summaryrefslogtreecommitdiff
path: root/npc/001-1/salem.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-09-18 14:00:26 +0200
committerReid <reidyaro@gmail.com>2015-09-18 14:01:39 +0200
commit3a2fc1c1bb2bf76d2e504410909194644dc9a561 (patch)
treeaed30dee6479cebc74076ef5b1da07992d12d450 /npc/001-1/salem.txt
parent2e5c1129b4c7832f91114846c15a6f945611bb6f (diff)
downloadserverdata-3a2fc1c1bb2bf76d2e504410909194644dc9a561.tar.gz
serverdata-3a2fc1c1bb2bf76d2e504410909194644dc9a561.tar.bz2
serverdata-3a2fc1c1bb2bf76d2e504410909194644dc9a561.tar.xz
serverdata-3a2fc1c1bb2bf76d2e504410909194644dc9a561.zip
Add Fishing Rod as item ID 728 on item db.
Diffstat (limited to 'npc/001-1/salem.txt')
-rw-r--r--npc/001-1/salem.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt
index a201f215..9e4abe03 100644
--- a/npc/001-1/salem.txt
+++ b/npc/001-1/salem.txt
@@ -33,14 +33,14 @@
}
if (!checkweight(4000, 1))
{
- mesq l("You can't carry another Piou Egg? What a shame.");
+ mesq l("You can't carry another @@? What a shame.", PiouEgg);
next;
return 2;
}
getinventorylist;
if (.@inventorylist_count >= 100)
{
- mesq l("You don't have enough room in your backpack for a Piou Egg. Get rid of some junk and come back.");
+ mesq l("You don't have enough room in your backpack for a @@. Get rid of some junk and come back.", PiouEgg);
next;
return 3;
}