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