Using a timer to fix quest 466 last html issue.

This commit is contained in:
MobiusDev
2016-08-12 20:27:37 +00:00
parent 2f117781ed
commit 16f47a60b1

View File

@@ -124,7 +124,7 @@ public class Q00466_PlacingMySmallPower extends Quest
{ {
qs.setCond(5); qs.setCond(5);
} }
break; htmltext = event;
} }
} }
return htmltext; return htmltext;
@@ -202,6 +202,8 @@ public class Q00466_PlacingMySmallPower extends Quest
else else
{ {
htmltext = "32895-07.html"; htmltext = "32895-07.html";
// TODO: Remove timer.
startQuestTimer("32895-07.html", 100, npc, player, false);
} }
break; break;
} }