diff --git a/cheat-library/src/user/cheat/esp/ESP.cpp b/cheat-library/src/user/cheat/esp/ESP.cpp index fd0b4d6..541cbf2 100644 --- a/cheat-library/src/user/cheat/esp/ESP.cpp +++ b/cheat-library/src/user/cheat/esp/ESP.cpp @@ -582,7 +582,6 @@ namespace cheat::feature ADD_FILTER_FIELD(monster, Samachurl); ADD_FILTER_FIELD(monster, SangonomiyaCohort); ADD_FILTER_FIELD(monster, ShadowyHusk); - ADD_FILTER_FIELD(monster, ShadowyHusk); ADD_FILTER_FIELD(monster, ShogunateInfantry); ADD_FILTER_FIELD(monster, Slime); ADD_FILTER_FIELD(monster, Specter); diff --git a/cheat-library/src/user/cheat/game/filters.cpp b/cheat-library/src/user/cheat/game/filters.cpp index a1c4542..aaa1221 100644 --- a/cheat-library/src/user/cheat/game/filters.cpp +++ b/cheat-library/src/user/cheat/game/filters.cpp @@ -69,7 +69,7 @@ namespace cheat::game::filters SimpleFilter LizardTail = { app::EntityType__Enum_1::EnvAnimal, "Lizard" }; SimpleFilter LuminescentSpine = { app::EntityType__Enum_1::EnvAnimal, "FireFly" }; SimpleFilter Onikabuto = { app::EntityType__Enum_1::GatherObject, "Electrohercules" }; - SimpleFilter Starconch = { app::EntityType__Enum_1::GatherObject, "Shell" }; + SimpleFilter Starconch = { app::EntityType__Enum_1::GatherObject, "_Shell" }; SimpleFilter Eel = { app::EntityType__Enum_1::EnvAnimal, "Eel_" }; SimpleFilter Inu = { app::EntityType__Enum_1::EnvAnimal, "_Inu_Shihandai" }; SimpleFilter Boar = { app::EntityType__Enum_1::Monster, "Boar" };