diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-20 10:20:22 +0000 |
---|---|---|
committer | WildX <wildx@evolonline.org> | 2019-09-20 10:20:22 +0000 |
commit | 26ea43b1702702f7024bc369568f626d0cc83791 (patch) | |
tree | 6dafbff9b856f4171ecc897e52f74015a32e33e4 | |
parent | 37cca190597e61e586e733b7c69e99b0c1dcb65c (diff) | |
download | clientdata-26ea43b1702702f7024bc369568f626d0cc83791.tar.gz clientdata-26ea43b1702702f7024bc369568f626d0cc83791.tar.bz2 clientdata-26ea43b1702702f7024bc369568f626d0cc83791.tar.xz clientdata-26ea43b1702702f7024bc369568f626d0cc83791.zip |
Fix a typo on quests.xml - The Lazy Brother
Quest state 2 is a completion node, no effect is to be shown.
-rw-r--r-- | quests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -373,7 +373,7 @@ Copyright (C) 2012-2013 Evol Online --> </var> <var id="19"> <effect map="001-1.tmx" npc="123" value="0" effect="12"/> - <effect map="001-1.tmx" npc="123" value="1,2,3" effect="13"/> + <effect map="001-1.tmx" npc="123" value="1,3" effect="13"/> <effect map="001-1.tmx" npc="911" value="1" effect="22"/> <quest name="The Lazy Brother" group="Artis" incomplete="1"> <name>The Lazy Brother</name> |