Initial MSVC 2008 projects workspace
This commit is contained in:
10
l2ooghelper/packet_handlers/ph_ShortBuffStatusUpdate.cpp
Normal file
10
l2ooghelper/packet_handlers/ph_ShortBuffStatusUpdate.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "stdafx.h"
|
||||
#include "../Logger.h"
|
||||
#include "../L2Client.h"
|
||||
|
||||
void L2Client::ph_ShortBuffStatusUpdate( class L2Client *pcls, L2GamePacket *p )
|
||||
{
|
||||
//pcls->log_packet( true, packbuffer, plen );
|
||||
pcls->buffs.parse_ShortBuffStatusUpdate( p );
|
||||
pcls->postUpdateUI( UPDATE_BUFFS );
|
||||
}
|
Reference in New Issue
Block a user