mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +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 ];
|
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 );
|
||||||
|
|
Loading…
Add table
Reference in a new issue