1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

a little reminder

This commit is contained in:
NotAdam 2018-12-22 01:02:42 +11:00
parent 6da9ae57d2
commit 74f35ea2ea

View file

@ -145,6 +145,7 @@ void Sapphire::Land::loadItemContainerContents()
{ {
auto container = m_landInventoryMap[ it->first ]; auto container = m_landInventoryMap[ it->first ];
// todo: delet this
for( auto fuck = it->second.begin(); fuck != it->second.end(); fuck++ ) for( auto fuck = it->second.begin(); fuck != it->second.end(); fuck++ )
{ {
auto item = Sapphire::Items::Util::loadItem( fuck->second ); auto item = Sapphire::Items::Util::loadItem( fuck->second );