diff --git a/Include/Core/Internal.hpp b/Include/Core/Internal.hpp index 6c214a7..add1fc7 100644 --- a/Include/Core/Internal.hpp +++ b/Include/Core/Internal.hpp @@ -130,7 +130,7 @@ namespace Internal std::int32_t GetCrosshairState(); std::vector GetCurrentLevels(); std::int32_t GetCurrentWorld(); - bool GetDraggingItem(); + std::int32_t GetDraggingItemDuration(); Cache GetDynamicObjectCache(); std::vector GetExchangeOffers(); std::vector GetExperiences(); diff --git a/Include/Game/Tools/BreakHandler.hpp b/Include/Game/Tools/BreakHandler.hpp index 2fb8a1c..17bbb61 100644 --- a/Include/Game/Tools/BreakHandler.hpp +++ b/Include/Game/Tools/BreakHandler.hpp @@ -15,7 +15,6 @@ namespace BreakHandler bool LongBreak(bool Logout = true); bool Break(bool LogoutOnLong = true, bool LogoutOnShort = true, bool LogoutOnMini = false); - struct BreakTime { std::int64_t TimeOfLastBreak; diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 6612ba1..6cd8eef 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ