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