Add SumeruCrudeChest to esp
This commit is contained in:
parent
00e5766071
commit
a03a73242f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user