diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-06-12 18:01:51 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-25 16:57:14 +0200 |
commit | 7086fd48cc2ddf99497271d2a04411b6ea8c7c81 (patch) | |
tree | e6a1958bd85d3bc37f9ca4edb66a9641c92fe281 /npc/quests/quests_rachel.txt | |
parent | 4580df1fef9d2ea371fa7636eb3e5b5595daaee9 (diff) | |
download | hercules-7086fd48cc2ddf99497271d2a04411b6ea8c7c81.tar.gz hercules-7086fd48cc2ddf99497271d2a04411b6ea8c7c81.tar.bz2 hercules-7086fd48cc2ddf99497271d2a04411b6ea8c7c81.tar.xz hercules-7086fd48cc2ddf99497271d2a04411b6ea8c7c81.zip |
Fix QuestID's for LostChild and Muff's Loan
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/quests_rachel.txt')
-rw-r--r-- | npc/quests/quests_rachel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_rachel.txt b/npc/quests/quests_rachel.txt index f4d3cfdad..212e36b5f 100644 --- a/npc/quests/quests_rachel.txt +++ b/npc/quests/quests_rachel.txt @@ -348,7 +348,7 @@ ra_in01,384,246,3 script Vincent#ra_in01 1_M_01,{ mes "Jenny about Phobe?"; mes "Sure, sure, I'll do that."; lost_boy = 10; - changequest 8097,8097; + changequest 8096,8097; close; } else if (lost_boy == 10) { |