From b2bcac958b48cd8e043a259bc1c12af396dac397 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 30 Jul 2015 20:53:27 +0000 Subject: [PATCH] Minor code formating. --- .../data/scripts/handlers/effecthandlers/ClassChange.java | 2 +- trunk/java/com/l2jserver/gameserver/model/L2Party.java | 7 ++----- .../java/com/l2jserver/gameserver/model/skills/Skill.java | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/trunk/dist/game/data/scripts/handlers/effecthandlers/ClassChange.java b/trunk/dist/game/data/scripts/handlers/effecthandlers/ClassChange.java index f01aeec20f..886292d8eb 100644 --- a/trunk/dist/game/data/scripts/handlers/effecthandlers/ClassChange.java +++ b/trunk/dist/game/data/scripts/handlers/effecthandlers/ClassChange.java @@ -84,7 +84,7 @@ public class ClassChange extends AbstractEffect player.broadcastUserInfo(); player.sendPacket(new AcquireSkillList(player)); player.sendPacket(new ExSubjobInfo(player, SubclassInfoType.CLASS_CHANGED)); - } , 1000); + }, 1000); } } } diff --git a/trunk/java/com/l2jserver/gameserver/model/L2Party.java b/trunk/java/com/l2jserver/gameserver/model/L2Party.java index 850947280c..e5ab2ae5d2 100644 --- a/trunk/java/com/l2jserver/gameserver/model/L2Party.java +++ b/trunk/java/com/l2jserver/gameserver/model/L2Party.java @@ -374,7 +374,7 @@ public class L2Party extends AbstractPlayerGroup _positionPacket.reuse(this); } broadcastPacket(_positionPacket); - } , PARTY_POSITION_BROADCAST_INTERVAL.toMillis() / 2, PARTY_POSITION_BROADCAST_INTERVAL.toMillis()); + }, PARTY_POSITION_BROADCAST_INTERVAL.toMillis() / 2, PARTY_POSITION_BROADCAST_INTERVAL.toMillis()); } applyTacticalSigns(player, false); } @@ -799,10 +799,7 @@ public class L2Party extends AbstractPlayerGroup /** * Distribute Experience and SP rewards to L2PcInstance Party members in the known area of the last attacker.
*
- * Actions : - *
  • Get the L2PcInstance owner of the L2ServitorInstance (if necessary)
  • - *
  • Calculate the Experience and SP reward distribution rate
  • - *
  • Add Experience and SP to the L2PcInstance

  • + * Actions :
  • Get the L2PcInstance owner of the L2ServitorInstance (if necessary)
  • Calculate the Experience and SP reward distribution rate
  • Add Experience and SP to the L2PcInstance

  • * @param xpReward The Experience reward to distribute * @param spReward The SP reward to distribute * @param rewardedMembers The list of L2PcInstance to reward diff --git a/trunk/java/com/l2jserver/gameserver/model/skills/Skill.java b/trunk/java/com/l2jserver/gameserver/model/skills/Skill.java index b2e5f980ff..15f14b4b6b 100644 --- a/trunk/java/com/l2jserver/gameserver/model/skills/Skill.java +++ b/trunk/java/com/l2jserver/gameserver/model/skills/Skill.java @@ -1479,7 +1479,7 @@ public final class Skill implements IIdentifiable { switch (getId()) { - // TODO: replace with AI + // TODO: replace with AI case 5852: case 5853: {