diff --git a/Include/Core/Internal.hpp b/Include/Core/Internal.hpp index e761d18..a65ad7a 100644 --- a/Include/Core/Internal.hpp +++ b/Include/Core/Internal.hpp @@ -188,6 +188,7 @@ namespace Internal std::int32_t GetMouseX(); std::int32_t GetMouseY(); AttackOption GetNPCAttackOption(); + std::int32_t GetNPCCount(); IndexableData GetNPCIndexableData(); std::vector GetNPCIndices(); Cache GetNPCInfoCache(); diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 23a2915..2d753ce 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ