diff options
author | Reid <reidyaro@gmail.com> | 2012-11-03 04:28:47 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-11-03 04:28:47 +0100 |
commit | ec57aaf74c2f12f4d2c72ab69a2a17ada6726efd (patch) | |
tree | df76a9daad1c408a60fbe4e169d9db31a4cb3ee9 | |
parent | 567cd3f8f8ab5995cb4e963bb7c3ca75985a5391 (diff) | |
download | clientdata-ec57aaf74c2f12f4d2c72ab69a2a17ada6726efd.tar.gz clientdata-ec57aaf74c2f12f4d2c72ab69a2a17ada6726efd.tar.bz2 clientdata-ec57aaf74c2f12f4d2c72ab69a2a17ada6726efd.tar.xz clientdata-ec57aaf74c2f12f4d2c72ab69a2a17ada6726efd.zip |
Fix new julia's var on quests.xml .
-rw-r--r-- | quests.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,13 +3,13 @@ Copyright (C) 2012 Evol Online --> <quests> <var id="0"> - <quest name="Julia" group="Ship" incomplete="2" complete="4"> + <quest name="Julia" group="Ship" incomplete="1" complete="4"> <name>Abide by the Rules</name> <text>Before resuming your adventure and exploration, you will need to register on the boarding list of the ship, and to sign its rules.</text> <text></text> <text>Coordinates: La Johanne, First Deck. (27,24)</text> </quest> - <quest name="Julia" group="Ship" incomplete="1" complete="1"> + <quest name="Julia" group="Ship" incomplete="2" complete="2"> <name>Abide by the rules</name> <text>Rules:</text> <text>1. Do not bot. This means you are not allowed to use any automation programs or use keyboard tricks. Any away from keyboard activity will be considered as botting except standing still.</text> |