diff options
author | skyleo <leo-pflug@web.de> | 2016-08-08 16:06:38 +0200 |
---|---|---|
committer | skyleo <leo-pflug@web.de> | 2016-08-08 16:06:38 +0200 |
commit | 06911c55eb6a4fdecc2102541cb7cad51ada4a64 (patch) | |
tree | b1ec52ea4562374128ee738a5272c01d40334fbf /npc | |
parent | 27ca3344ff39d80a9fc476f055694999a9ba0033 (diff) | |
download | hercules-06911c55eb6a4fdecc2102541cb7cad51ada4a64.tar.gz hercules-06911c55eb6a4fdecc2102541cb7cad51ada4a64.tar.bz2 hercules-06911c55eb6a4fdecc2102541cb7cad51ada4a64.tar.xz hercules-06911c55eb6a4fdecc2102541cb7cad51ada4a64.zip |
Added missing changequest at one quest route in Luoyang Doctor Quest. (Questlog wouldn't be cleaned before)
Diffstat (limited to 'npc')
-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) { |