diff options
Diffstat (limited to 'npc/007-1/caelum.txt')
-rw-r--r-- | npc/007-1/caelum.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt index 904be5ff0..f9a1fc7e3 100644 --- a/npc/007-1/caelum.txt +++ b/npc/007-1/caelum.txt @@ -59,7 +59,7 @@ L_List: mes l("Here's what I need:"); mes l("@@/1 @@", countitem(Lifestone), getitemlink(Lifestone)); mes l("@@/1 @@", countitem(CottonCloth), getitemlink(CottonCloth)); - mes l("@@/2 @@", countitem(BlackScorpionStinger), getitemlink(BlackScorpionStinger)); + mes l("@@/2 @@", countitem(RedScorpionStinger), getitemlink(RedScorpionStinger)); mes l("@@/5 @@", countitem(ScorpionClaw), getitemlink(ScorpionClaw)); mes l("@@/10 @@", countitem(BatTeeth), getitemlink(BatTeeth)); mes l("@@/10 @@", countitem(CactusDrink), getitemlink(CactusDrink)); @@ -80,7 +80,7 @@ L_Give: if ( countitem(Lifestone) < 1 || countitem(CottonCloth) < 1 || - countitem(BlackScorpionStinger) < 2 || + countitem(RedScorpionStinger) < 2 || countitem(BugLeg) < 8 || countitem(BatTeeth) < 10 || countitem(CactusDrink) < 10 || @@ -92,7 +92,7 @@ L_Give: delitem(Lifestone, 1); delitem(CottonCloth, 1); - delitem(BlackScorpionStinger, 2); + delitem(RedScorpionStinger, 2); delitem(BugLeg, 8); delitem(BatTeeth, 10); delitem(CactusDrink, 10); |