diff --git a/src/world/Territory/Land.cpp b/src/world/Territory/Land.cpp index 149ef724..d575cfea 100644 --- a/src/world/Territory/Land.cpp +++ b/src/world/Territory/Land.cpp @@ -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 );