summaryrefslogtreecommitdiff
path: root/npc/re/merchants/flute.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-21 15:59:07 +0300
committerGitHub <noreply@github.com>2016-11-21 15:59:07 +0300
commite0bff9d14ccbdc5f0311539fd24a474e7e02741d (patch)
tree085bcf17d42535c93083dba8f5870c2223684fd6 /npc/re/merchants/flute.txt
parent511219ae00986d41586f99421fef2126325f1e15 (diff)
parentc12429cd00ce531b2ff685c201d74e2576c2a4aa (diff)
downloadhercules-e0bff9d14ccbdc5f0311539fd24a474e7e02741d.tar.gz
hercules-e0bff9d14ccbdc5f0311539fd24a474e7e02741d.tar.bz2
hercules-e0bff9d14ccbdc5f0311539fd24a474e7e02741d.tar.xz
hercules-e0bff9d14ccbdc5f0311539fd24a474e7e02741d.zip
Merge pull request #1514 from HerculesWS/itemdb-fixes
Itemdb AegisName fixes
Diffstat (limited to 'npc/re/merchants/flute.txt')
-rw-r--r--npc/re/merchants/flute.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/merchants/flute.txt b/npc/re/merchants/flute.txt
index 6732035dc..98fd3789c 100644
--- a/npc/re/merchants/flute.txt
+++ b/npc/re/merchants/flute.txt
@@ -110,7 +110,7 @@ pay_arche,91,134,3 duplicate(fflute) Falcon Flute Trader#fft2 1_M_BARD
tur_dun01,89,170,5 script Expert Flute Crafter 1_M_ORIENT01,{
if (Class == Job_Ranger || Class == Job_Ranger_T || Class == Job_Baby_Ranger) {
- if (countitem(Wolf's_Flute)) {
+ if (countitem(Wolfs_Flute)) {
mes "[Expert Flute Crafter]";
mes "The Wolf Flute you have is crafted by myself, with wood.";
mes "You can come back here and find me if you lose your Wolf flute!";
@@ -137,7 +137,7 @@ tur_dun01,89,170,5 script Expert Flute Crafter 1_M_ORIENT01,{
mes "Hope you are ready to use it.";
delitem Bamboo_Cut,1;
Zeny -= 100000;
- getitem Wolf's_Flute,1;
+ getitem Wolfs_Flute,1;
close;
}
mes "[Expert Flute Crafter]";