Fixed invalid file character for quest 757.

This commit is contained in:
MobiusDev 2017-01-08 17:27:06 +00:00
parent fdba1b264f
commit d54f1ae843
4 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ public class Q00757_TriolsMovement extends Quest
{
case "start1.htm":
case "start2.htm":
case "СЃontinue.html":
case "continue.html":
case "endquest1.html":
{
htmltext = event;

View File

@ -2,5 +2,5 @@
You've collected all the pagan Totems. And You got some pagan Souls as well.<br>
Will you receive what reward you can and call it a day, or will you collect some more Pagan Souls?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00757_TriolsMovement endquest1.html">"I'm pooped, thanks."</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00757_TriolsMovement сontinue.html">"Wait a sec. I'll be back with some more Pagan souls"</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00757_TriolsMovement continue.html">"Wait a sec. I'll be back with some more Pagan souls"</button>
</body></html>

View File

@ -1,5 +1,5 @@
<html><body>Priestess of Light Razen:<br>
I'll give you a <font color="LEVEL">Divine Box</font> as a reward. It's a reward for adventures, so I'm sure you'll find it useful. However, if you would like to continue hunting, I won't stop you.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00757_TriolsMovement endquest.html">"I'll take a Divine box now."</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00757_TriolsMovement сontinue.html">"I think...I'll collect some more Pagan souls"</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00757_TriolsMovement continue.html">"I think...I'll collect some more Pagan souls"</button>
</body></html>