[Classic] Remove birthday message from EnterWorld.

This commit is contained in:
MobiusDev
2015-05-02 18:35:10 +00:00
parent 1caed5558c
commit 58ad4afd8c

View File

@@ -610,6 +610,8 @@ public class EnterWorld extends L2GameClientPacket
L2ClassMasterInstance.showQuestionMark(activeChar);
if (!Config.SERVER_CLASSIC_SUPPORT)
{
int birthday = activeChar.checkBirthDay();
if (birthday == 0)
{
@@ -622,6 +624,7 @@ public class EnterWorld extends L2GameClientPacket
sm.addString(Integer.toString(birthday));
activeChar.sendPacket(sm);
}
}
if (!activeChar.getPremiumItemList().isEmpty())
{