Initial MSVC 2008 projects workspace
This commit is contained in:
14
l2ooghelper/packet_handlers/ph_JoinParty.cpp
Normal file
14
l2ooghelper/packet_handlers/ph_JoinParty.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "stdafx.h"
|
||||
#include "Logger.h"
|
||||
#include "L2Client.h"
|
||||
|
||||
/** writeC(0x3a);
|
||||
writeD(_response); **/
|
||||
void L2Client::ph_JoinParty( class L2Client *pcls, L2GamePacket *p )
|
||||
{
|
||||
UNREFERENCED_PARAMETER(pcls);
|
||||
unsigned int response = 0;
|
||||
p->getPacketType();
|
||||
response = p->readUInt();
|
||||
//log_error( LOG_OK, "ph_JoinParty(): response 0x%08X\n", response );
|
||||
}
|
Reference in New Issue
Block a user