Code style changes.
This commit is contained in:
@@ -158,7 +158,7 @@ public class Q10336_DividedSakumKanilov extends Quest
|
||||
public String onKill(L2Npc npc, L2PcInstance killer, boolean isSummon)
|
||||
{
|
||||
final QuestState qs = getQuestState(killer, false); // kill counts independent on party/no party
|
||||
if ((qs != null) && qs.isStarted() && qs.isCond(1) && (Util.checkIfInRange(1500, npc, qs.getPlayer(), false)))
|
||||
if ((qs != null) && qs.isStarted() && qs.isCond(1) && Util.checkIfInRange(1500, npc, qs.getPlayer(), false))
|
||||
{
|
||||
qs.setCond(2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user