diff --git a/Include/Game/Globals.hpp b/Include/Game/Globals.hpp index 98aa7ea..652af6d 100644 --- a/Include/Game/Globals.hpp +++ b/Include/Game/Globals.hpp @@ -247,8 +247,8 @@ namespace Globals const std::int32_t LOGOUT_WORLD_SWITCHER_PARENT = 69; const WidgetDef LOGOUT_WORLD_SWITCHER_TITLE = { LOGOUT_WORLD_SWITCHER_PARENT, 2 }; // "Current World:" or "Loading" when loading const WidgetDef LOGOUT_WORLD_SWITCHER_LOGOUT = { LOGOUT_WORLD_SWITCHER_PARENT, 23 }; // Logout button inside the World Switch interface - const WidgetDef LOGOUT_WORLD_SWITCHER_WORLDS_CONTAINER = { LOGOUT_WORLD_SWITCHER_PARENT, 17 }; // 69, 15, 301 (world id) Widget has the proper switch/favorite options - const WidgetDef LOGOUT_WORLD_SWITCHER_WORLDS_BOX = { LOGOUT_WORLD_SWITCHER_PARENT, 8 }; // Bounds/Box containing the entire list + const WidgetDef LOGOUT_WORLD_SWITCHER_WORLDS_CONTAINER = { LOGOUT_WORLD_SWITCHER_PARENT, 16 }; // 69, 15, 301 (world id) Widget has the proper switch/favorite options + const WidgetDef LOGOUT_WORLD_SWITCHER_WORLDS_BOX = { LOGOUT_WORLD_SWITCHER_PARENT, 5 }; // Bounds/Box containing the entire list //************ Magic.cpp ************// const std::int32_t MAGIC_SPELLS_PARENT = 218; // Used with Magic spell defs diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index c1e5c66..c62216d 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ