diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2016-08-09 06:35:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-09 06:35:31 +0530 |
commit | 2731ce5374e14db47691e1b3f7d00773369de835 (patch) | |
tree | a9777683fd30adaeea655d2447f2b7eca23e9bfa /npc/quests/quests_louyang.txt | |
parent | 6f3629033c3879197b1ef0cff3dea4c7f909fe22 (diff) | |
parent | fff97f21f78ded9a3a2e1b904075d4b645c775c0 (diff) | |
download | hercules-2731ce5374e14db47691e1b3f7d00773369de835.tar.gz hercules-2731ce5374e14db47691e1b3f7d00773369de835.tar.bz2 hercules-2731ce5374e14db47691e1b3f7d00773369de835.tar.xz hercules-2731ce5374e14db47691e1b3f7d00773369de835.zip |
Merge pull request #1392 from skyleo/script_fixes
Fixes to Doctor Quest, Crazy Uproar Quest, Kafra HQ's Potato Trader
Diffstat (limited to 'npc/quests/quests_louyang.txt')
-rw-r--r-- | npc/quests/quests_louyang.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/quests/quests_louyang.txt b/npc/quests/quests_louyang.txt index 21e56ee25..fad528368 100644 --- a/npc/quests/quests_louyang.txt +++ b/npc/quests/quests_louyang.txt @@ -1429,6 +1429,7 @@ lou_in02,265,69,5 script Doctor#lyang 4_F_CHNDOCTOR,{ mes "^3355FF10 Sprout^000000 and"; mes "^3355FF5 Honey Pot^000000."; ch_par = 17; + changequest 11056,11057; close; } else if (ch_par == 17) { |