[Classic] Disabled sending some non-classic packets on enterworld.
This commit is contained in:
parent
673aa84ebe
commit
6fccebabfb
@ -658,8 +658,11 @@ public class EnterWorld extends L2GameClientPacket
|
||||
activeChar.sendPacket(ExNewSkillToLearnByLevelUp.STATIC_PACKET);
|
||||
}
|
||||
|
||||
if (!Config.SERVER_CLASSIC_SUPPORT)
|
||||
{
|
||||
activeChar.sendPacket(new ExAcquireAPSkillList(activeChar));
|
||||
activeChar.sendPacket(new ExWorldChatCnt(activeChar));
|
||||
}
|
||||
|
||||
// Unstuck players that had client open when server crashed.
|
||||
activeChar.sendPacket(ActionFailed.STATIC_PACKET);
|
||||
|
Loading…
Reference in New Issue
Block a user