Fixed wrong htm extension check for quest 459.

Contributed by Hope.
This commit is contained in:
MobiusDev
2017-09-11 21:28:09 +00:00
parent 3447ccb62c
commit 22e628d75c
3 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: