Skip to content
Snippets Groups Projects
Commit d2dbe15e authored by Rumen Nikiforov's avatar Rumen Nikiforov
Browse files

BETA: Fixing little typo from [9117].

parent f1f171c1
No related branches found
No related tags found
No related merge requests found
...@@ -266,7 +266,7 @@ public class AdminQuest implements IAdminCommandHandler ...@@ -266,7 +266,7 @@ public class AdminQuest implements IAdminCommandHandler
{ {
for (QuestTimer timer : list) for (QuestTimer timer : list)
{ {
sb.append("<tr><td colspan=\"4\"><table width=270 border=0 bgcolor=131210><tr><td width=270><font color=\"LEVEL\">" + timer.getName() + ":</font> <font color=00FF00>Active: " + timer.getIsActive() + " Repeatable: " + timer.getIsRepeating() + " Player: " + timer.getPlayer() + " Npc: " + timer.getNpc() + "</font></td></tr></table></td></tr>"); timers += "<tr><td colspan=\"4\"><table width=270 border=0 bgcolor=131210><tr><td width=270><font color=\"LEVEL\">" + timer.getName() + ":</font> <font color=00FF00>Active: " + timer.getIsActive() + " Repeatable: " + timer.getIsRepeating() + " Player: " + timer.getPlayer() + " Npc: " + timer.getNpc() + "</font></td></tr></table></td></tr>";
} }
} }
......
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