Fixed invalid file character for quest 757.
This commit is contained in:
parent
fdba1b264f
commit
d54f1ae843
@ -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;
|
||||
|
@ -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>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user