Apply item skills on player enter method.
This commit is contained in:
@ -10048,7 +10048,10 @@ public class PlayerInstance extends Playable
|
||||
}
|
||||
}
|
||||
|
||||
// Buff and status icons
|
||||
// Apply item skills.
|
||||
_inventory.applyItemSkills();
|
||||
|
||||
// Buff and status icons.
|
||||
if (Config.STORE_SKILL_COOLTIME)
|
||||
{
|
||||
restoreEffects();
|
||||
|
@ -323,9 +323,6 @@ public class EnterWorld implements IClientIncomingPacket
|
||||
// Send Teleport Bookmark List
|
||||
client.sendPacket(new ExGetBookMarkInfoPacket(player));
|
||||
|
||||
// Apply item skills.
|
||||
player.getInventory().applyItemSkills();
|
||||
|
||||
// Send Item List
|
||||
client.sendPacket(new ItemList(player, false));
|
||||
|
||||
|
Reference in New Issue
Block a user