Apply item skills before sending item list.
This commit is contained in:
@@ -372,6 +372,9 @@ public class EnterWorld implements IClientIncomingPacket
|
||||
// Send Macro List
|
||||
player.getMacros().sendUpdate();
|
||||
|
||||
// Apply item skills.
|
||||
player.getInventory().applyItemSkills();
|
||||
|
||||
// Send Item List
|
||||
client.sendPacket(new ItemList(player, false));
|
||||
|
||||
@@ -425,7 +428,6 @@ public class EnterWorld implements IClientIncomingPacket
|
||||
|
||||
player.spawnMe(player.getX(), player.getY(), player.getZ());
|
||||
// player.sendPacket(new ExRotation(player.getObjectId(), player.getHeading()));
|
||||
player.getInventory().applyItemSkills();
|
||||
|
||||
// Wedding Checks
|
||||
if (Config.ALLOW_WEDDING)
|
||||
|
Reference in New Issue
Block a user