mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #617] [MERGED] Enum replacer #652
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/617
Author: @advnau
Created: 2/9/2023
Status: ✅ Merged
Merged: 2/9/2023
Merged by: @Dark98
Base:
master← Head:EnumReplacer📝 Commits (4)
709606fConstants38bcd3cUpdate Enchanting.javaa611ec6Update Beverages.java0d6d277Create ConstantReplacer.java📊 Changes
3 files changed (+134 additions, -45 deletions)
View changed files
📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/magic/Enchanting.java(+22 -29)📝
2006Scape Server/src/main/java/com/rs2/game/content/consumables/Beverages.java(+14 -16)➕
2006Scape Server/src/main/java/com/rs2/util/ConstantReplacer.java(+98 -0)📄 Description
add tool to replace enum values with constants + replace some enums to test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.