Code style changes.

This commit is contained in:
MobiusDev
2016-04-26 19:21:19 +00:00
parent 6a13705766
commit fc070c9238
768 changed files with 3338 additions and 4252 deletions

View File

@ -130,7 +130,7 @@ public final class MithrilMine extends AbstractInstance
public String onFirstTalk(L2Npc npc, L2PcInstance player)
{
final QuestState qs = player.getQuestState(Q10284_AcquisitionOfDivineSword.class.getSimpleName());
if ((qs != null))
if (qs != null)
{
if (qs.isMemoState(2))
{
@ -155,7 +155,7 @@ public final class MithrilMine extends AbstractInstance
public String onKill(L2Npc npc, L2PcInstance player, boolean isSummon)
{
final InstanceWorld world = InstanceManager.getInstance().getWorld(npc.getInstanceId());
final MMWorld _world = ((MMWorld) world);
final MMWorld _world = (MMWorld) world;
if (npc.getId() == KEGOR)
{