mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 16:37:45 +00:00
a little reminder
This commit is contained in:
parent
5f6c2d950a
commit
0fd3bf4194
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