Add SumeruCrudeChest to esp

This commit is contained in:
Zylox 2022-08-26 13:39:40 +02:00
parent 00e5766071
commit a03a73242f

View File

@ -20,7 +20,7 @@ namespace cheat::game
if (name().find("TreasureBox") != std::string::npos)
m_ItemType = ItemType::Chest;
else if (name().find("Search") != std::string::npos || name().find("JunkChest") != std::string::npos)
else if (name().find("Search") != std::string::npos || name().find("JunkChest") != std::string::npos || name().find("SumeruCrudeChest"))
m_ItemType = ItemType::Investigate;
else if (name().find("BookPage") != std::string::npos)
m_ItemType = ItemType::BookPage;