From 16f47a60b16e901896ce4d5fb543afb04c5179b0 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Fri, 12 Aug 2016 20:27:37 +0000 Subject: [PATCH] Using a timer to fix quest 466 last html issue. --- .../Q00466_PlacingMySmallPower.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/trunk/dist/game/data/scripts/quests/Q00466_PlacingMySmallPower/Q00466_PlacingMySmallPower.java b/trunk/dist/game/data/scripts/quests/Q00466_PlacingMySmallPower/Q00466_PlacingMySmallPower.java index 4d9b999b97..907c4ee0ba 100644 --- a/trunk/dist/game/data/scripts/quests/Q00466_PlacingMySmallPower/Q00466_PlacingMySmallPower.java +++ b/trunk/dist/game/data/scripts/quests/Q00466_PlacingMySmallPower/Q00466_PlacingMySmallPower.java @@ -124,7 +124,7 @@ public class Q00466_PlacingMySmallPower extends Quest { qs.setCond(5); } - break; + htmltext = event; } } return htmltext; @@ -202,6 +202,8 @@ public class Q00466_PlacingMySmallPower extends Quest else { htmltext = "32895-07.html"; + // TODO: Remove timer. + startQuestTimer("32895-07.html", 100, npc, player, false); } break; }