mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-05 08:39:04 +00:00
Fix Onyx Amulet Stringing
This commit is contained in:
@@ -347,7 +347,7 @@ public class CraftingData extends SkillHandler {
|
|||||||
public static enum amuletData {
|
public static enum amuletData {
|
||||||
GOLD(1673, 1692), SAPPHIRE(1675, 1694), EMERALD(1677, 1696), RUBY(1679,
|
GOLD(1673, 1692), SAPPHIRE(1675, 1694), EMERALD(1677, 1696), RUBY(1679,
|
||||||
1698), DIAMOND(1681, 1700), DRAGONSTONE(1683, 1702), ONYX(6579,
|
1698), DIAMOND(1681, 1700), DRAGONSTONE(1683, 1702), ONYX(6579,
|
||||||
6851);
|
6581);
|
||||||
|
|
||||||
private final int amuletId, product;
|
private final int amuletId, product;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user