[Classic] Remove birthday message from EnterWorld.
This commit is contained in:
@@ -610,6 +610,8 @@ public class EnterWorld extends L2GameClientPacket
|
|||||||
|
|
||||||
L2ClassMasterInstance.showQuestionMark(activeChar);
|
L2ClassMasterInstance.showQuestionMark(activeChar);
|
||||||
|
|
||||||
|
if (!Config.SERVER_CLASSIC_SUPPORT)
|
||||||
|
{
|
||||||
int birthday = activeChar.checkBirthDay();
|
int birthday = activeChar.checkBirthDay();
|
||||||
if (birthday == 0)
|
if (birthday == 0)
|
||||||
{
|
{
|
||||||
@@ -622,6 +624,7 @@ public class EnterWorld extends L2GameClientPacket
|
|||||||
sm.addString(Integer.toString(birthday));
|
sm.addString(Integer.toString(birthday));
|
||||||
activeChar.sendPacket(sm);
|
activeChar.sendPacket(sm);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (!activeChar.getPremiumItemList().isEmpty())
|
if (!activeChar.getPremiumItemList().isEmpty())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user