diff --git a/Include/Core/Types/Box.hpp b/Include/Core/Types/Box.hpp index 96670d2..181bc6c 100644 --- a/Include/Core/Types/Box.hpp +++ b/Include/Core/Types/Box.hpp @@ -84,7 +84,7 @@ class Box * @see @ref HybridRandomDocs * @see @ref MissChanceFollowupDocs */ - Point GetHybridRandomPoint(double ProbilityX, double ProbilityY, double StandardDeviationX, double StandardDeviationY, bool CheckMissFollowupChance = true) const; + Point GetHybridRandomPoint(double ProbabilityX, double ProbabilityY, double StandardDeviationX, double StandardDeviationY, bool CheckMissFollowupChance = true) const; /** * @brief Returns True if the Box contains a Point diff --git a/Include/Game/Interfaces/Chat.hpp b/Include/Game/Interfaces/Chat.hpp index bf0674a..fae49c6 100644 --- a/Include/Game/Interfaces/Chat.hpp +++ b/Include/Game/Interfaces/Chat.hpp @@ -18,7 +18,8 @@ class Chat IDLE, CLICK_CONTINUE, SELECT_OPTION, - ENTER_AMOUNT + ENTER_AMOUNT, + LEVEL_UP } DIALOGUE_STATE; typedef enum CHAT_TYPE diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index b3f9866..fc6e2cc 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ