Minor code formating.
This commit is contained in:
parent
6185db8d5f
commit
b2bcac958b
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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.<BR>
|
||||
* <BR>
|
||||
* <B><U> Actions</U> :</B>
|
||||
* <li>Get the L2PcInstance owner of the L2ServitorInstance (if necessary)</li>
|
||||
* <li>Calculate the Experience and SP reward distribution rate</li>
|
||||
* <li>Add Experience and SP to the L2PcInstance</li><BR>
|
||||
* <B><U> Actions</U> :</B> <li>Get the L2PcInstance owner of the L2ServitorInstance (if necessary)</li> <li>Calculate the Experience and SP reward distribution rate</li> <li>Add Experience and SP to the L2PcInstance</li><BR>
|
||||
* @param xpReward The Experience reward to distribute
|
||||
* @param spReward The SP reward to distribute
|
||||
* @param rewardedMembers The list of L2PcInstance to reward
|
||||
|
@ -1479,7 +1479,7 @@ public final class Skill implements IIdentifiable
|
||||
{
|
||||
switch (getId())
|
||||
{
|
||||
// TODO: replace with AI
|
||||
// TODO: replace with AI
|
||||
case 5852:
|
||||
case 5853:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user