Fixed wrong htm extension check for quest 459.
Contributed by Hope.
This commit is contained in:
@@ -96,7 +96,7 @@ public class Q00459_TheVillainOfTheUndergroundMineTeredor extends Quest
|
|||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
{
|
{
|
||||||
htmltext = "30535-05.html";
|
htmltext = "30535-05.htm";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 2:
|
case 2:
|
||||||
|
@@ -96,7 +96,7 @@ public class Q00459_TheVillainOfTheUndergroundMineTeredor extends Quest
|
|||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
{
|
{
|
||||||
htmltext = "30535-05.html";
|
htmltext = "30535-05.htm";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 2:
|
case 2:
|
||||||
|
@@ -96,7 +96,7 @@ public class Q00459_TheVillainOfTheUndergroundMineTeredor extends Quest
|
|||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
{
|
{
|
||||||
htmltext = "30535-05.html";
|
htmltext = "30535-05.htm";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 2:
|
case 2:
|
||||||
|
Reference in New Issue
Block a user