diff --git a/Include/Game/Interfaces/Login.hpp b/Include/Game/Interfaces/Login.hpp index fad9501..a461722 100644 --- a/Include/Game/Interfaces/Login.hpp +++ b/Include/Game/Interfaces/Login.hpp @@ -75,9 +75,9 @@ class Login static std::vector GetButtonBoxes(); /** - * @return a vector of World Boxes found in the World Select screen + * @return a world box corresponding to the world select screen. */ - static std::vector GetWorldBoxes(); + static Box GetWorldBox(std::uint32_t Index); }; diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 09ef95b..59ccd60 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ