Initial MSVC 2008 projects workspace
This commit is contained in:
12
l2ooghelper/packet_handlers/ph_CharDeleteSuccess.cpp
Normal file
12
l2ooghelper/packet_handlers/ph_CharDeleteSuccess.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "stdafx.h"
|
||||
#include "Logger.h"
|
||||
#include "L2Client.h"
|
||||
|
||||
void L2Client::ph_CharDeleteSuccess( class L2Client *pcls, L2GamePacket *p )
|
||||
{
|
||||
log_error( LOG_DEBUG, "CharDeleteSuccess\n" );
|
||||
p->getPacketType(); // just trigger
|
||||
// request character selection info
|
||||
pcls->send_RequestGotoLobby();
|
||||
pcls->addChatToTab( CHAT_SYS, L"Character marked to deletion." );
|
||||
}
|
Reference in New Issue
Block a user