Initial MSVC 2008 projects workspace
This commit is contained in:
9
l2ooghelper/packet_handlers/ph_InventoryUpdate.cpp
Normal file
9
l2ooghelper/packet_handlers/ph_InventoryUpdate.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "stdafx.h"
|
||||
#include "Logger.h"
|
||||
#include "L2Client.h"
|
||||
|
||||
void L2Client::ph_InventoryUpdate( class L2Client *pcls, L2GamePacket *p )
|
||||
{
|
||||
pcls->inv.parse_InventoryUpdate( p, pcls->account.getL2Version() );
|
||||
pcls->postUpdateUI( UPDATE_INV );
|
||||
}
|
Reference in New Issue
Block a user