diff options
-rw-r--r-- | npc/014-5/blossom.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-5/blossom.txt b/npc/014-5/blossom.txt index e5a359cf0..21930750b 100644 --- a/npc/014-5/blossom.txt +++ b/npc/014-5/blossom.txt @@ -37,7 +37,7 @@ L_Main: inventoryplace EnchantedHerbBag, 1; if (!transcheck(HalfEggshell, 30, RedApple, 7, Orange, 1)) close; - getitem HalfEggshell, 1; + getitem EnchantedHerbBag, 1; getexp 600, 120; // Reference: Level 20 mesn; mesq l("Thanks for helping me out! Here, take this bag. Now if you excuse me..."); |