Skip to content
Snippets Groups Projects
Commit a8f5f19c authored by Adry_85's avatar Adry_85
Browse files

BETA: Minor fix after [9567].

	Reported by: jurchiks
parent 8485e6ed
No related branches found
No related tags found
No related merge requests found
...@@ -159,10 +159,7 @@ public class Q00152_ShardsOfGolem extends Quest ...@@ -159,10 +159,7 @@ public class Q00152_ShardsOfGolem extends Quest
} }
case State.COMPLETED: case State.COMPLETED:
{ {
if (npc.getNpcId() == HARRYS) htmltext = getAlreadyCompletedMsg(player);
{
htmltext = getAlreadyCompletedMsg(player);
}
break; break;
} }
} }
......
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