summaryrefslogtreecommitdiff
path: root/npc/quests/quests_alberta.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/quests/quests_alberta.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/quests/quests_alberta.txt')
-rw-r--r--npc/quests/quests_alberta.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_alberta.txt b/npc/quests/quests_alberta.txt
index f816efcdc..c2f726023 100644
--- a/npc/quests/quests_alberta.txt
+++ b/npc/quests/quests_alberta.txt
@@ -424,7 +424,7 @@ alberta_in,28,145,4 script Grampa 2_M_PHARMACIST,{
close;
case 2:
delitem Tiger_Footskin,10;
- getitem Boy's_Cap,1;
+ getitem Boys_Cap,1;
mes "[Grampa]";
mes "T... Thank you !!";
mes "With this I can revive my youthful splendor!! I must eat this thing right away !";
@@ -2650,7 +2650,7 @@ alberta_in,131,95,5 script Iromo#ep3_2 4_M_KID1,{
mes "I should stay at home.";
close;
}
- if ((ep13_2_hiki == 6) && (countitem(Monster's_Feed) > 0) && (countitem(Red_Potion) > 0)) {
+ if ((ep13_2_hiki == 6) && (countitem(Monsters_Feed) > 0) && (countitem(Red_Potion) > 0)) {
mes "[Iromo]";
mes "...Huh? This smell...";
mes "This is the one I like the most.";
@@ -2687,7 +2687,7 @@ alberta_in,131,95,5 script Iromo#ep3_2 4_M_KID1,{
mes "I like cats so I approached him.";
mes "Then suddenly he scratched and bit me.";
next;
- delitem Monster's_Feed,1;
+ delitem Monsters_Feed,1;
delitem Red_Potion,1;
ep13_2_hiki = 7;
changequest 10083,10084;