Removed duplicate ExAdenaInvenCount from EnterWorld.

Contributed by nasseka.
This commit is contained in:
MobiusDevelopment
2021-11-21 01:12:24 +00:00
parent 7da718d8a0
commit 59807f0f6f
21 changed files with 0 additions and 63 deletions

View File

@ -326,9 +326,6 @@ public class EnterWorld implements IClientIncomingPacket
// Send Quest Item List
client.sendPacket(new ExQuestItemList(player));
// Send Adena and Inventory Count
client.sendPacket(new ExAdenaInvenCount(player));
// Send Shortcuts
client.sendPacket(new ShortCutInit(player));