Code style changes.
This commit is contained in:
@@ -70,7 +70,7 @@ public final class ZealotOfShilen extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
return (npc.isAttackingNow()) ? "32628-01.html" : npc.getId() + ".html";
|
||||
return npc.isAttackingNow() ? "32628-01.html" : npc.getId() + ".html";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user