From 74f35ea2ea294fc8faff1e3b4ce859eaecbd7c38 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Sat, 22 Dec 2018 01:02:42 +1100 Subject: [PATCH] a little reminder --- src/world/Territory/Land.cpp | 1 + 1 file changed, 1 insertion(+) 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 );