diff options
author | Reid <reidyaro@gmail.com> | 2016-12-02 01:33:09 +0100 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2016-12-03 20:21:19 -0500 |
commit | ecd4db89710e392fa90b1aaeec9c81d336690e7e (patch) | |
tree | 81b972db2f8a4b7a581b6583a7774cedd7d1bbf9 /quests.xml | |
parent | 9d4714a3a88d9e756234c34e5af4448b150f7a9d (diff) | |
download | clientdata-ecd4db89710e392fa90b1aaeec9c81d336690e7e.tar.gz clientdata-ecd4db89710e392fa90b1aaeec9c81d336690e7e.tar.bz2 clientdata-ecd4db89710e392fa90b1aaeec9c81d336690e7e.tar.xz clientdata-ecd4db89710e392fa90b1aaeec9c81d336690e7e.zip |
Fix some missing quest states as reported by articuno.
Diffstat (limited to 'quests.xml')
-rw-r--r-- | quests.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -572,7 +572,7 @@ Copyright (C) 2012-2013 Evol Online --> <questgiver>Rumly</questgiver> <coordinates x="35" y="125">Artis, Market Place. (35,125)</coordinates> </quest> - <quest name="Plushroom Addict" group="Artis" complete="2"> + <quest name="Plushroom Addict" group="Artis" incomplete="2"> <name>Plushroom Addict</name> <text text1="[Plushroom]">Rumly is waiting for you to bring him some {@@1}s.</text> <text></text> @@ -604,6 +604,7 @@ Copyright (C) 2012-2013 Evol Online --> <effect map="001-1.tmx" npc="140" value="7" effect="14"/> <effect map="001-1.tmx" npc="119" value="8" effect="13"/> <effect map="001-2-26.tmx" npc="127" value="8" effect="12"/> + <effect map="001-1.tmx" npc="119" value="9" effect="13"/> <quest name="Newby Quest" group="Artis" incomplete="1"> <name>Newby Quest</name> <text>You are charged to visit Chelios and bring back Enora's package.</text> |