Skip to content
Success

Changes

Summary

  1. Fix potions not brewing as the correct type (commit: fb0c8ec) (details)
  2. CombatUtils: Don't run checks against party features if parties are disabled (#5005) (commit: df6ddd6) (details)
  3. update changelog (commit: 07b4736) (details)
Commit fb0c8ec9347839affa9f5b7f9cac5e0326d3953c by nossr50
Fix potions not brewing as the correct type
(commit: fb0c8ec)
The file was modified src/main/java/com/gmail/nossr50/listeners/InventoryListener.java (diff)
The file was modified src/test/java/com/gmail/nossr50/util/PotionUtilTest.java (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/skills/alchemy/AlchemyPotion.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/alchemy/AlchemyManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/PotionUtil.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/runnables/skills/AlchemyBrewCheckTask.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/skills/alchemy/PotionStage.java (diff)
The file was modified src/main/java/com/gmail/nossr50/config/skills/alchemy/PotionConfig.java (diff)
The file was modified src/test/java/com/gmail/nossr50/util/random/ProbabilityTestUtils.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/alchemy/AlchemyPotionBrewer.java (diff)
Commit df6ddd6faa7ce7e3168a4a5f1e250eda7d36d73a by github
CombatUtils: Don't run checks against party features if parties are disabled (#5005)

Co-authored-by: Dieu <info@l4b.org>
(commit: df6ddd6)
The file was modified src/main/java/com/gmail/nossr50/util/skills/CombatUtils.java (diff)
The file was modified Changelog.txt (diff)