diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 01:50:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 01:50:19 -0300 |
commit | b7d62e6aa48b80103ac93ed5d8d54bfec3f0cfeb (patch) | |
tree | 24730b7e0f8a5f052ee1c3827db091e8ea00f383 | |
parent | 6875e1f816a03c897a9abc86a0b77fab8a834d8e (diff) | |
download | serverdata-b7d62e6aa48b80103ac93ed5d8d54bfec3f0cfeb.tar.gz serverdata-b7d62e6aa48b80103ac93ed5d8d54bfec3f0cfeb.tar.bz2 serverdata-b7d62e6aa48b80103ac93ed5d8d54bfec3f0cfeb.tar.xz serverdata-b7d62e6aa48b80103ac93ed5d8d54bfec3f0cfeb.zip |
Fix typo and infinite reward bug
-rw-r--r-- | npc/012-2/helena.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index 7b0901012..64e9f05d9 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -219,11 +219,12 @@ L_Finish: inventoryplace ForestArmor, 1; getitem ForestArmor, 1; getexp 5842,93; // 10% from needed exp + JExp level 6 + setq HurnscaldQuest_Bandits, 8; mesn; - mesq l("Here is the @@, my armor, and one of the best for rangers.", getitemlink(ForestArmor)); + mesq l("Here is the @@, like my armor, and one of the best for rangers.", getitemlink(ForestArmor)); next; mesn; - mesq l("Any friend of Hurnscald is my friend too. Come to me if you want to do daily quests!"); + mesq l("Any friend of Hurnscald is my friend too. Come to me again, if you want to do daily quests!"); close; OnInit: |