diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-21 21:12:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-21 21:12:33 -0300 |
commit | 26daf91308bb89bf0670beb9c8468c226072f4bd (patch) | |
tree | 1275bf12ab3fef82f97b8d84ee4193c56fcfecf4 | |
parent | 0fa02e5a74237b11951cad056ad14f680faeadaf (diff) | |
download | clientdata-26daf91308bb89bf0670beb9c8468c226072f4bd.tar.gz clientdata-26daf91308bb89bf0670beb9c8468c226072f4bd.tar.bz2 clientdata-26daf91308bb89bf0670beb9c8468c226072f4bd.tar.xz clientdata-26daf91308bb89bf0670beb9c8468c226072f4bd.zip |
Fix some coordinates on GHQ
-rw-r--r-- | quests.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -396,8 +396,8 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <text>The reward should be collected with Aidan.</text> <text text1="[@@m1122|@@]">Progress: {@@var2}/10000 {@@1}.</text> <text></text> - <questgiver>Lieutenant Jacob, Halinarzo (71,24)</questgiver> - <coordinates x="95" y="97">Tulimshar (95,97)</coordinates> + <questgiver>Lieutenant Jacob</questgiver> + <coordinates x="71" y="24">Halinarzo (71,24)</coordinates> </quest> <quest name="Grand Hunter Quest" group="General" incomplete="4"> <name>Grand Hunter Quest</name> @@ -405,8 +405,8 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <text>The reward should be collected with Aidan.</text> <text text1="[@@m1060|@@]">Progress: {@@var2}/10000 {@@1}.</text> <text></text> - <questgiver>Lufix, Hurnscald (68,74)</questgiver> - <coordinates x="95" y="97">Tulimshar (95,97)</coordinates> + <questgiver>Lufix</questgiver> + <coordinates x="68" y="74">Hurnscald (68,74)</coordinates> </quest> <quest name="Grand Hunter Quest" group="General" incomplete="5"> <name>Grand Hunter Quest</name> @@ -414,8 +414,8 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <text>The reward should be collected with Aidan.</text> <text text1="[@@m1132|@@]">Progress: {@@var2}/10000 {@@1}.</text> <text></text> - <questgiver>Hinnak, Hurnscald (105,30)</questgiver> - <coordinates x="95" y="97">Tulimshar (95,97)</coordinates> + <questgiver>Hinnak</questgiver> + <coordinates x="105" y="30">Hurnscald (105,30)</coordinates> <reward text1="[Pink Helmet]">{@@1}</reward> </quest> <quest name="Grand Hunter Quest" group="General" incomplete="6"> |