Skip to content
Snippets Groups Projects
Commit 0a327fb6 authored by Sdw-'s avatar Sdw-
Browse files

Correcting a minor typo in QuestLink

Reported by: @St3eT
Patch by: @St3eT
parent c4ee5676
No related branches found
No related tags found
No related merge requests found
...@@ -121,8 +121,8 @@ public class QuestLink implements IBypassHandler ...@@ -121,8 +121,8 @@ public class QuestLink implements IBypassHandler
state = quest.isCustomQuest() ? " (Done)" : "03"; state = quest.isCustomQuest() ? " (Done)" : "03";
color = "787878"; color = "787878";
} }
StringUtil.append(sb, "<a action=\"bypass -h npc_", String.valueOf(npc.getObjectId()), "_Quest ", quest.getName(), "\">["); StringUtil.append(sb, "<a action=\"bypass -h npc_", String.valueOf(npc.getObjectId()), "_Quest ", quest.getName(), "\">");
StringUtil.append(sb, "<font color=\"" + color + "\">"); StringUtil.append(sb, "<font color=\"" + color + "\">[");
if (quest.isCustomQuest()) if (quest.isCustomQuest())
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment