l2-unlegits/l2ooghelper/packet_handlers/ph_PartyMemberPosition.cpp
2012-02-01 05:25:08 +00:00

11 lines
248 B
C++

#include "stdafx.h"
#include "Logger.h"
#include "L2Client.h"
void L2Client::ph_PartyMemberPosition( class L2Client *pcls, L2GamePacket *p )
{
// TODO: ph_PartyMemberPosition
UNREFERENCED_PARAMETER(pcls);
UNREFERENCED_PARAMETER(p);
}