loading groups small bug fixed

This commit is contained in:
d1str4ught
2025-08-22 17:45:45 +02:00
parent 920a3fc861
commit d4d506df1a

View File

@@ -634,7 +634,7 @@ bool ITEM_MANAGER::ReadMonsterDropItemGroup(const char * c_pszFileName)
else
{
bNew = false;
CDropItemGroup* pkGroup = it->second;
pkGroup = it->second;
}
for (int k = 1; k < 256; ++k)