diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-04-21 16:03:04 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-04-21 16:03:04 +0530 |
commit | 0a65f85dd2576fc1555abced812bd58bf1251019 (patch) | |
tree | 6d1f19c88ae94cc287bec3703bf9cc5b2bf405f1 | |
parent | 59b18ffcf7c834c78e1112337983d86e3649709f (diff) | |
parent | be3b4f77c15f890c99dc3034f9a93c051eb6ca17 (diff) | |
download | hercules-0a65f85dd2576fc1555abced812bd58bf1251019.tar.gz hercules-0a65f85dd2576fc1555abced812bd58bf1251019.tar.bz2 hercules-0a65f85dd2576fc1555abced812bd58bf1251019.tar.xz hercules-0a65f85dd2576fc1555abced812bd58bf1251019.zip |
Merge pull request #501 from michaelforge/master
Fixed a bug in Einbech "Oridecon/Mineral Quest"
-rw-r--r-- | npc/quests/quests_ein.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_ein.txt b/npc/quests/quests_ein.txt index ca27cd431..75391e529 100644 --- a/npc/quests/quests_ein.txt +++ b/npc/quests/quests_ein.txt @@ -385,7 +385,7 @@ einbech,97,167,5 script Cavitar 4_M_EINOLD,{ switch(select("Sure~!:No, thanks.")) { case 1: Zeny -= 1000; - ++$einamanoama; + ++$ein_amano; ein_gear1 = 1; mes "[Cavitar]"; mes "Great...!"; |