diff options
author | Sirius <zopokx@gmail.com> | 2013-05-26 13:11:43 -0700 |
---|---|---|
committer | Sirius <zopokx@gmail.com> | 2013-05-26 13:11:43 -0700 |
commit | bcc26308706af5ac48953ad3904c9886752aafa2 (patch) | |
tree | 72260620cf392e1e909ede9af799dd2b0ec8c091 | |
parent | 26ba1adce14d46a7e7a800cf2cf8e28567b7f931 (diff) | |
download | hercules-bcc26308706af5ac48953ad3904c9886752aafa2.tar.gz hercules-bcc26308706af5ac48953ad3904c9886752aafa2.tar.bz2 hercules-bcc26308706af5ac48953ad3904c9886752aafa2.tar.xz hercules-bcc26308706af5ac48953ad3904c9886752aafa2.zip |
Fixed a not intended NPC name in the last commit.
-rw-r--r-- | npc/re/quests/eden/56-70.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/quests/eden/56-70.txt b/npc/re/quests/eden/56-70.txt index c735bde2a..95b62955d 100644 --- a/npc/re/quests/eden/56-70.txt +++ b/npc/re/quests/eden/56-70.txt @@ -15,7 +15,7 @@ //= 2.0 Optimised [Zopokx] //============================================================ -moc_para01,42,38,3 script MisiĆ³n [56 - 70] 857,{ +moc_para01,42,38,3 script Mission [56 - 70] 857,{ if (countitem(6219) < 1) { mes "To get these missions, I need to Join the Eden Group first. I must find Secretary Lime Evenor and become a member."; close; |