Initial MSVC 2008 projects workspace
This commit is contained in:
15
L2C_Server/net/clientpackets/c_RequestGotoLobby.cpp
Normal file
15
L2C_Server/net/clientpackets/c_RequestGotoLobby.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "pch.h"
|
||||
#include "Log.h"
|
||||
#include "l2c_utils.h"
|
||||
#include "net/GameClient/GameClient.h"
|
||||
#include "../ClientPacketHandler.h"
|
||||
#include "../ServerPackets.h"
|
||||
#include "GS.h"
|
||||
|
||||
|
||||
L2GamePacket *ClientPacketHandler::RequestGotoLobby( L2GamePacket *pack )
|
||||
{
|
||||
pack = NULL; // unused here
|
||||
return ServerPackets::CharacterSelectionInfo( m_cl );
|
||||
}
|
||||
|
Reference in New Issue
Block a user