1
Fork 0
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:
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 ];
// todo: delet this
for( auto fuck = it->second.begin(); fuck != it->second.end(); fuck++ )
{
auto item = Sapphire::Items::Util::loadItem( fuck->second );