mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
a little reminder
This commit is contained in:
parent
6da9ae57d2
commit
74f35ea2ea
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ void Sapphire::Land::loadItemContainerContents()
|
|||
{
|
||||
auto container = m_landInventoryMap[ it->first ];
|
||||
|
||||
// todo: delet this
|
||||
for( auto fuck = it->second.begin(); fuck != it->second.end(); fuck++ )
|
||||
{
|
||||
auto item = Sapphire::Items::Util::loadItem( fuck->second );
|
||||
|
|
Loading…
Add table
Reference in a new issue